commit | 883f470d605da9e3a2ff069e594cb12737cb7fd5 | [log] [tgz] |
---|---|---|
author | Sebastian Jansson <srte@webrtc.org> | Thu Mar 22 14:34:10 2018 |
committer | Commit Bot <commit-bot@chromium.org> | Sat Mar 24 11:45:38 2018 |
tree | 05cf334f5ee9df9ede5b0d272e5aa6be85c19a2a | |
parent | 2bd41f9e0ea2c17f453fc7f9516be664877561e7 [diff] |
Adding DataTransferTracker class for BBR. This class is completely new and tracks data transfer in a slightly different way compared to the BBR implementation in QUIC. The fundamental change is that receive time is used rather than packet index to identify the packets over which data rates should be calculated. This is part of a series of CLs adding a network controller based on the BBR congestion control method. The code is based on the QUIC BBR implementation in Chromium. Bug: webrtc:8415 Change-Id: I9d1f12634073ac89c4d542f965e3677a89a1526c Reviewed-on: https://webrtc-review.googlesource.com/63680 Commit-Queue: Sebastian Jansson <srte@webrtc.org> Reviewed-by: Philip Eliasson <philipel@webrtc.org> Cr-Commit-Position: refs/heads/master@{#22589}
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.