webrtc/modules/congestion_controller
Sebastian Jansson 8a0c1f58cc Don't reset bitrate when allocatable minimum changes.
This fixes an issue where the time between freezes dropped in
perf tests. This was triggered by resetting and updating the bitrates
immediately if the min allocatable bitrate changed, causing a drop in
target bitrate. With this CL, the change in min bitrate will not take
effect until we get more data.

Bug: chromium:940349
Change-Id: Ia680a5f1cfe71847ef90669987e7b89b240b9524
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/126625
Reviewed-by: Christoffer Rodbro <crodbro@webrtc.org>
Commit-Queue: Sebastian Jansson <srte@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#27054}
2019-03-11 11:46:38 +00:00
..
bbr Implicitly suppress //build/config/clang:find_bad_constructs. 2019-03-01 10:18:17 +00:00
goog_cc Don't reset bitrate when allocatable minimum changes. 2019-03-11 11:46:38 +00:00
include Plumbing of feedback on request setting 2019-02-08 10:54:21 +00:00
pcc Implicitly suppress //build/config/clang:find_bad_constructs. 2019-03-01 10:18:17 +00:00
rtp Implicitly suppress //build/config/clang:find_bad_constructs. 2019-03-01 10:18:17 +00:00
test Adds functionality to write logs to memory. 2019-01-16 17:36:31 +00:00
BUILD.gn Implicitly suppress //build/config/clang:find_bad_constructs. 2019-03-01 10:18:17 +00:00
DEPS Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
OWNERS Adding srte as owner in modules/congestion_controller. 2018-03-20 16:29:08 +00:00
receive_side_congestion_controller_unittest.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
receive_side_congestion_controller.cc Plumbing of feedback on request setting 2019-02-08 10:54:21 +00:00
send_side_congestion_controller_unittest.cc Move RtcEventProbeClusterCreated to the network controller. 2019-02-15 16:42:47 +00:00
send_side_congestion_controller.cc Move RtcEventProbeClusterCreated to the network controller. 2019-02-15 16:42:47 +00:00
transport_feedback_adapter_unittest.cc Reland "Deprecates legacy transport feedback adapter." 2018-10-15 20:43:39 +00:00
transport_feedback_adapter.cc Removes all const Clock*. 2019-01-30 13:03:37 +00:00
transport_feedback_adapter.h Removes all const Clock*. 2019-01-30 13:03:37 +00:00