commit | 4c990e2e56157175324e651f95f3d8c6a0e5c030 | [log] [tgz] |
---|---|---|
author | Victor Boivie <boivie@webrtc.org> | Sun Mar 10 20:40:31 2024 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Mar 13 11:13:56 2024 |
tree | 3a1970d945b24a9ae1df28c62d4047a4ce32450f | |
parent | 0fa90887c5bf15aa6e73c2df78cae31feb82fa54 [diff] |
dcsctp: Add per-stream-limit, refactor limits. The limits have been moved out from the Send Queue as they were enforced outside the queue anyway (in the socket). That was a preparation for adding even more limits; There is now also a per-stream limit, allowing individual streams to have one (global) limit, and the entire socket to have another limit. These limits are very small in the default options. In Chrome, the limit is 16MB per stream, so expect the defaults to be updated when the additional buffering outside dcSCTP is removed. Bug: chromium:41221056 Change-Id: I9f835be05d349cbfce3e9235d34b5ea0e2fe87d1 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/342481 Reviewed-by: Florent Castelli <orphis@webrtc.org> Commit-Queue: Victor Boivie <boivie@webrtc.org> Cr-Commit-Position: refs/heads/main@{#41895}
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.