webrtc/modules/congestion_controller
Bjorn Terelius d97b862593 Field trial to initialize throughput estimate faster.
The current acknowledged bitrate (i.e. throughput) estimator takes 500ms
to initialize. This CL creates a field trial to experiment with this
arbitrary initialization time.

Bug: webrtc:9492, webrtc:7746
Change-Id: I8a803f7bc0ee78856e808e289f37bab57d763efa
Reviewed-on: https://webrtc-review.googlesource.com/87145
Reviewed-by: Philip Eliasson <philipel@webrtc.org>
Commit-Queue: Björn Terelius <terelius@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#23852}
2018-07-05 12:14:04 +00:00
..
bbr Use absl::make_unique and absl::WrapUnique directly 2018-07-05 10:59:49 +00:00
goog_cc Field trial to initialize throughput estimate faster. 2018-07-05 12:14:04 +00:00
include Removes redundant delay based bwe. 2018-07-02 09:11:33 +00:00
rtp Use absl::make_unique and absl::WrapUnique directly 2018-07-05 10:59:49 +00:00
test Adds debug printing for congestion controllers. 2018-07-03 17:00:24 +00:00
BUILD.gn Use absl::make_unique and absl::WrapUnique directly 2018-07-05 10:59:49 +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
probe_controller.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
probe_controller.h Replace rtc::Optional with absl::optional 2018-06-18 10:24:48 +00:00
probe_controller_unittest.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
receive_side_congestion_controller.cc Stop using LOG macros in favor of RTC_ prefixed macros. 2017-11-09 11:56:32 +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
send_side_congestion_controller.cc Use absl::make_unique and absl::WrapUnique directly 2018-07-05 10:59:49 +00:00
send_side_congestion_controller_unittest.cc Replace rtc::Optional with absl::optional 2018-06-18 10:24:48 +00:00
transport_feedback_adapter.cc Replace rtc::Optional with absl::optional 2018-06-18 10:24:48 +00:00
transport_feedback_adapter.h Replace rtc::Optional with absl::optional 2018-06-18 10:24:48 +00:00
transport_feedback_adapter_unittest.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00