commit | f72c06419fe82e78fb6221a990d196cdda95a403 | [log] [tgz] |
---|---|---|
author | Victor Boivie <boivie@webrtc.org> | Mon Sep 20 18:00:57 2021 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Sep 22 07:17:29 2021 |
tree | 944763dc9fcc6dc466c1798131a65051e93987f2 | |
parent | 7a9aa356d3b88d64f9c76f3820bdf17408f860e3 [diff] |
sctp: dcsctp: Manage lifecycle explicitly Prior to this commit, the SCTP association could terminate due to too many retransmission attempts when there is a long duration of packet loss. The RTCPeerConnection wouldn't terminate, and when the network later recovers (possibly using a different ICE candidate), it would be a RTCPeerConnection with media, but without DataChannels. This commit will make the dcSCTP library never abort by itself when there are too many retransmissions. It will also put a cap on the retry duration so that it will do a retry every three seconds (or lower). Bug: webrtc:13129 Change-Id: I08162ea20d6a60aa0eae2717966d9a2ddba8fc22 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/232540 Commit-Queue: Victor Boivie <boivie@webrtc.org> Reviewed-by: Harald Alvestrand <hta@webrtc.org> Cr-Commit-Position: refs/heads/main@{#35061}
WebRTC is a free, open software project that provides browsers and mobile applications with Real-Time Communications (RTC) capabilities via simple APIs. The WebRTC components have been optimized to best serve this purpose.
Our mission: To enable rich, high-quality RTC applications to be developed for the browser, mobile platforms, and IoT devices, and allow them all to communicate via a common set of protocols.
The WebRTC initiative is a project supported by Google, Mozilla and Opera, amongst others.
See here for instructions on how to get started developing with the native code.
Authoritative list of directories that contain the native API header files.