Make some constants in the bitrate prober configurable.
This lets us change how many bytes and packets goes into the probes, as well as some other things. Bug: webrtc:10394 Change-Id: I26bb26a644e6f00366e9275228760c8744d63735 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/128424 Commit-Queue: Jonas Olsson <jonasolsson@webrtc.org> Reviewed-by: Sebastian Jansson <srte@webrtc.org> Cr-Commit-Position: refs/heads/master@{#27312}
This commit is contained in:
@ -314,7 +314,7 @@ TEST_F(ProbeControllerTest, TestAllocatedBitrateCap) {
|
||||
|
||||
TEST_F(ProbeControllerTest, ConfigurableProbingFieldTrial) {
|
||||
test::ScopedFieldTrials trials(
|
||||
"WebRTC-Bwe-ConfigurableProbing/"
|
||||
"WebRTC-Bwe-ProbingConfiguration/"
|
||||
"p1:2,p2:5,step_size:3,further_probe_threshold:0.8/");
|
||||
probe_controller_.reset(
|
||||
new ProbeController(&field_trial_config_, &mock_rtc_event_log));
|
||||
|
||||
Reference in New Issue
Block a user