commit | 7db19e0b0208e6fded74901561ecdbaab18d32e6 | [log] [tgz] |
---|---|---|
author | Evan Shrubsole <eshr@google.com> | Wed Jul 24 13:51:12 2019 |
committer | Commit Bot <commit-bot@chromium.org> | Wed Jul 24 14:49:59 2019 |
tree | 9adc75adb22acec79a0de9314f20f45e99573ca9 | |
parent | a9fbb22dc56895b7feb39099909355bbff05469f [diff] |
Report congestion window updates on GoogCC time updates In https://webrtc-review.googlesource.com/c/src/+/138275 the congestion window was recalculated during OnProcessInterval, as to consider the case when downlink is down. However, this update was not propagated to the congestion window pusback controller, nor returned in the update. This patch fixes that issue, as well as adding two tests to ensure the behaviour works as expected. Bug: None Change-Id: Ic126d929dc7a7a3393a2f34a4682eea1ee1f2240 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/146704 Commit-Queue: Evan Shrubsole <eshr@google.com> Reviewed-by: Sebastian Jansson <srte@webrtc.org> Cr-Commit-Position: refs/heads/master@{#28667}
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.