commit | cfa932f6fc683dc94a884e69712d0cf38e7b5ce4 | [log] [tgz] |
---|---|---|
author | Victor Boivie <boivie@webrtc.org> | Mon May 17 15:25:23 2021 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon May 17 17:41:21 2021 |
tree | a4a04ca1d96b70b162dd8bbb7924c1f531f17077 | |
parent | 7ddadbc108918de9fb5c1d71ee71a301e6ae7f6a [diff] |
dcsctp: Bump rto_min to 220 ms The minimum RTO time shouldn't be lower than the delayed ack timeout of the peer to avoid sending retransmissions before the peer has actually intended to reply. In usrsctp, the default delayed ack timeout is 200ms and configurable using the `sctp_delayed_sack_time_default` option. In dcsctp, it's min(RTO/2, 200ms), to avoid this issue. Bug: webrtc:12614 Change-Id: Ie84c331334af660d66b1a7d90d20f5cf7e2a5103 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/219100 Reviewed-by: Florent Castelli <orphis@webrtc.org> Commit-Queue: Victor Boivie <boivie@webrtc.org> Cr-Commit-Position: refs/heads/master@{#34026}
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.