commit | 2440d34075cd9ddc087a7e2e64a32ae295165996 | [log] [tgz] |
---|---|---|
author | Victor Boivie <boivie@webrtc.org> | Thu May 20 11:47:32 2021 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Sat May 22 20:56:13 2021 |
tree | 722c1ff8e55c30a4be40070f8fb2a3a8ef49714c | |
parent | 913c3af87952fef50ffa7fa1241a4b620481a342 [diff] |
dcsctp: Rename FCFSSendQueue to RRSendQueue The current send queue implements SCTP_SS_FCFS as defined in https://datatracker.ietf.org/doc/html/rfc8260#section-3.1, but that has always been known to be a temporary solution. The end goal is to implement a Weighted Fair Queueing Scheduler (SCTP_SS_WFQ), but that's likely to take some time. Meanwhile, a round robin scheduler (SCTP_SS_RR) will be used to avoid some issues with the current scheduler, such as a single data channel completely blocking all others if it sends a lot of messages. In this first commit, the code has simply been renamed and is still implementing first-come-first-served. That will be fixed in follow-up CLS. Bug: webrtc:12793 Change-Id: Idc03b1594551bfe1ddbe1710872814b9fdf60cc9 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/219684 Commit-Queue: Victor Boivie <boivie@webrtc.org> Reviewed-by: Harald Alvestrand <hta@webrtc.org> Cr-Commit-Position: refs/heads/master@{#34090}
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.