commit | d70186367c2936cc3fcdbfb55102e24087b920d3 | [log] [tgz] |
---|---|---|
author | Victor Boivie <boivie@webrtc.org> | Wed May 11 10:40:48 2022 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jun 08 23:33:50 2022 |
tree | 13f77a1940685c170937981fe84204930ea95ed4 | |
parent | da0ea972364f23d21893cf58701ce8ccd798c1c4 [diff] |
dcsctp: Add virtual time stream scheduler This adds a stream scheduler using virtual finish time (as defined in e.g. many Fair Queuing scheduler implementations), which indicates when a stream's next sent packet is supposed to be sent. In the initial version, this will be used to implement a round robin scheduler, by emulating that a stream's virtual finish time - when scheduled - is the "one more" than all existing virtual finish times. That will make the scheduler simply iterate between the streams in round robin order. The stream scheduler component is tested in isolation, and follow-up CLs will integrate it into the send queue. Bug: webrtc:5696 Change-Id: Iaa2c204f9b9a00517f55355cb11cfd25bb415f9e Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/261946 Commit-Queue: Victor Boivie <boivie@webrtc.org> Reviewed-by: Harald Alvestrand <hta@webrtc.org> Cr-Commit-Position: refs/heads/main@{#37157}
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.