commit | e39f1b590785c8b53e2b0ff7187d71691b6d2837 | [log] [tgz] |
---|---|---|
author | Victor Boivie <boivie@webrtc.org> | Thu May 12 20:38:51 2022 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Sat Jun 25 22:55:40 2022 |
tree | 18499fdc731d19e215f3cff9dd2a27cb8b125b7c | |
parent | b5e51ed41501ec8da4c8425da95bc44d861db55d [diff] |
dcsctp: Add priority support to send queue This mainly modifies the stream scheduler to add a weighted fair queuing algorithm in addition to its round robin algorithm. The WFQ algorithm is selected whenever interleaving is enabled, to ensure that the socket stays backwards compatible in the normal (non-interleaved) scenario. Adaptation to send queue and socket comes in a follow-up CL. Bug: webrtc:5696 Change-Id: I8f0dbfa8c2f40f2e84cee536ea821e7ef4af6310 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/261947 Reviewed-by: Harald Alvestrand <hta@webrtc.org> Commit-Queue: Victor Boivie <boivie@webrtc.org> Cr-Commit-Position: refs/heads/main@{#37330}
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.