commit | 02c65869c3bae25567eb2681ec78bb1f6d2322c9 | [log] [tgz] |
---|---|---|
author | Sebastian Jansson <srte@webrtc.org> | Tue May 22 11:03:04 2018 +0200 |
committer | Commit Bot <commit-bot@chromium.org> | Tue May 22 16:28:19 2018 +0000 |
tree | 9aa0ade9588f265366608ce135432b6c821af6ed | |
parent | 9aef5dc2ab2660722d6f4e3fa3d59be9ffb47fdc [diff] |
Adds unwrapped sequence number to feedback info. The Quic BBR implementation uses packet sequence numbers to keep track of the time slots used for calculation of send receive rates. To avoid protocol dependence the port were initially written to use send times instead. As there are issues with running BBR in WebRTC, it makes sense to use an identical implementation as in Quic to ensure that there aren't implementation issues causing bad behavior. This requires providing sequence numbers. This prepares for making the BBR implementation more identical to the implementation in Quic, this is to ensure that results are comparable. Bug: webrtc:8415 Change-Id: I2cd96bc6ffb88042bb2b91421bfe6cbf7c1ff8ac Reviewed-on: https://webrtc-review.googlesource.com/76583 Reviewed-by: Stefan Holmer <stefan@webrtc.org> Commit-Queue: Sebastian Jansson <srte@webrtc.org> Cr-Commit-Position: refs/heads/master@{#23353}
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 http://www.webrtc.org/native-code/development for instructions on how to get started developing with the native code.
Authoritative list of directories that contain the native API header files.