commit | 5e354d9969095dc58c9875c2ec46f119e09aef15 | [log] [tgz] |
---|---|---|
author | Victor Boivie <boivie@webrtc.org> | Fri Apr 22 14:28:33 2022 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon May 02 08:29:52 2022 |
tree | 61699f3eb6e9ab001f3c56fb1e067f2f6956562c | |
parent | 8fcc79b3d5ed45c64b2b33efaff65f948ee5866e [diff] |
dcsctp: Improve fast retransmission support Before this CL, fast retransmission didn't follow the SHOULDs: https://datatracker.ietf.org/doc/html/rfc4960#section-7.2.4 * "the sender SHOULD ignore the value of cwnd (...)" * "(...) and SHOULD NOT delay retransmission for this single packet." With this CL, chunks that are eligible for fast retransmission (limited to what can fit in a single packet) will be sent just after having received the SACK that reported them missing and transitioned the socket into fast recovery, and they will be sent even if the congestion window is full. Bug: webrtc:13969 Change-Id: I12c7e191a8ffd67973db7f083bad8a6061549fa2 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/259866 Reviewed-by: Harald Alvestrand <hta@webrtc.org> Commit-Queue: Victor Boivie <boivie@webrtc.org> Cr-Commit-Position: refs/heads/main@{#36724}
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.