webrtc/modules/congestion_controller
Evan Shrubsole 7db19e0b02 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}
2019-07-24 14:49:59 +00:00
..
bbr Format almost everything. 2019-07-08 13:45:15 +00:00
goog_cc Report congestion window updates on GoogCC time updates 2019-07-24 14:49:59 +00:00
include Removes SendSideCongestionController. 2019-06-11 11:09:24 +00:00
pcc Format almost everything. 2019-07-08 13:45:15 +00:00
rtp Format almost everything. 2019-07-08 13:45:15 +00:00
BUILD.gn Removes SendSideCongestionController. 2019-06-11 11:09:24 +00:00
DEPS Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
OWNERS Add crodbro as owner of congestion controller. 2019-04-10 16:35:08 +00:00
receive_side_congestion_controller.cc Expose send parameters for RemoteEstimatorProxy for field trial. 2019-04-17 12:45:47 +00:00
receive_side_congestion_controller_unittest.cc Format almost everything. 2019-07-08 13:45:15 +00:00