commit | 8beccd5c4784b5db8757336eb5be45ccf172b5ee | [log] [tgz] |
---|---|---|
author | Victor Boivie <boivie@webrtc.org> | Fri Mar 18 15:40:12 2022 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Mar 31 13:47:46 2022 |
tree | 35bc9cced206fecf0a75d495b50adaf770837fc6 | |
parent | fbf0ac0ecd4e77040b381d395f55b5df43e4dba8 [diff] |
dcsctp: Remove limit of message fragmentation This was available in the beginning, as a way to increase the chance of a message sent with partial reliability to be delivered, by avoiding it to be fragmented in too small fragments. This however added a few downsides: * Packet efficiency goes down, as the entire MTU isn't always used * Complexity increases when adding message interleaving, since if one stream refuses to produce messages, but there is another stream with a very small message that could fit in its place, it should be used instead. Removing this feature altogether is much easier. It's hard to defend. Bug: webrtc:5696 Change-Id: Ie2f296e052f4a32a281497d379c0d528a2df3308 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/257168 Reviewed-by: Harald Alvestrand <hta@webrtc.org> Commit-Queue: Victor Boivie <boivie@webrtc.org> Cr-Commit-Position: refs/heads/main@{#36396}
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.