webrtc/modules/congestion_controller/goog_cc
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
..
include Moves network control interface to API. 2018-05-09 11:01:36 +00:00
test Adds debug printing for congestion controllers. 2018-07-03 17:00:24 +00:00
acknowledged_bitrate_estimator.cc Use absl::make_unique and absl::WrapUnique directly 2018-07-05 10:59:49 +00:00
acknowledged_bitrate_estimator.h Allows audio bitrate allocation in video calls without enabling TWCC (Transport Wide Congestion Control as defined at https://tools.ietf.org/id/draft-holmer-rmcat-transport-wide-cc-extensions-01.html) for audio stream. 2018-06-27 10:33:40 +00:00
acknowledged_bitrate_estimator_unittest.cc Use absl::make_unique and absl::WrapUnique directly 2018-07-05 10:59:49 +00:00
alr_detector.cc Use absl::make_unique and absl::WrapUnique directly 2018-07-05 10:59:49 +00:00
alr_detector.h Removes redundant AlrDetector. 2018-06-29 16:28:04 +00:00
alr_detector_unittest.cc Replace rtc::Optional with absl::optional 2018-06-18 10:24:48 +00:00
bitrate_estimator.cc Field trial to initialize throughput estimate faster. 2018-07-05 12:14:04 +00:00
bitrate_estimator.h Field trial to initialize throughput estimate faster. 2018-07-05 12:14:04 +00:00
BUILD.gn Use absl::make_unique and absl::WrapUnique directly 2018-07-05 10:59:49 +00:00
delay_based_bwe.cc Use absl::make_unique and absl::WrapUnique directly 2018-07-05 10:59:49 +00:00
delay_based_bwe.h Removes redundant delay based bwe. 2018-07-02 09:11:33 +00:00
delay_based_bwe_unittest.cc Removes redundant delay based bwe. 2018-07-02 09:11:33 +00:00
delay_based_bwe_unittest_helper.cc Use absl::make_unique and absl::WrapUnique directly 2018-07-05 10:59:49 +00:00
delay_based_bwe_unittest_helper.h Removes redundant delay based bwe. 2018-07-02 09:11:33 +00:00
delay_increase_detector_interface.h Replaces redundant congestion controller components 2018-05-24 13:35:31 +00:00
goog_cc_factory.cc Use absl::make_unique and absl::WrapUnique directly 2018-07-05 10:59:49 +00:00
goog_cc_network_control.cc Use absl::make_unique and absl::WrapUnique directly 2018-07-05 10:59:49 +00:00
goog_cc_network_control.h Adds debug printing for congestion controllers. 2018-07-03 17:00:24 +00:00
median_slope_estimator.cc Replaces redundant congestion controller components 2018-05-24 13:35:31 +00:00
median_slope_estimator.h Replaces redundant congestion controller components 2018-05-24 13:35:31 +00:00
median_slope_estimator_unittest.cc Replaces redundant congestion controller components 2018-05-24 13:35:31 +00:00
probe_bitrate_estimator.cc Use absl::make_unique and absl::WrapUnique directly 2018-07-05 10:59:49 +00:00
probe_bitrate_estimator.h Replace rtc::Optional with absl::optional 2018-06-18 10:24:48 +00:00
probe_bitrate_estimator_unittest.cc Replaces redundant congestion controller components 2018-05-24 13:35:31 +00:00
probe_controller.cc Replace rtc::Optional with absl::optional 2018-06-18 10:24:48 +00:00
probe_controller.h Replace rtc::Optional with absl::optional 2018-06-18 10:24:48 +00:00
probe_controller_unittest.cc Replace rtc::Optional with absl::optional 2018-06-18 10:24:48 +00:00
trendline_estimator.cc Replace rtc::Optional with absl::optional 2018-06-18 10:24:48 +00:00
trendline_estimator.h Replaces redundant congestion controller components 2018-05-24 13:35:31 +00:00
trendline_estimator_unittest.cc Replaces redundant congestion controller components 2018-05-24 13:35:31 +00:00