Add configuration for capping allocation probes.
Bug: webrtc:11354 Change-Id: If4d4b6b409da5036e37f288768b43b19531974fc Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/168440 Reviewed-by: Björn Terelius <terelius@webrtc.org> Commit-Queue: Christoffer Rodbro <crodbro@webrtc.org> Cr-Commit-Position: refs/heads/master@{#30506}
This commit is contained in:
committed by
Commit Bot
parent
02d71fb882
commit
377f5a2197
@ -20,6 +20,7 @@
|
||||
#include "api/rtc_event_log/rtc_event_log.h"
|
||||
#include "api/transport/network_control.h"
|
||||
#include "api/transport/webrtc_key_value_config.h"
|
||||
#include "api/units/data_rate.h"
|
||||
#include "rtc_base/constructor_magic.h"
|
||||
#include "rtc_base/experiments/field_trial_parser.h"
|
||||
#include "rtc_base/system/unused.h"
|
||||
@ -50,6 +51,7 @@ struct ProbeControllerConfig {
|
||||
FieldTrialOptional<double> first_allocation_probe_scale;
|
||||
FieldTrialOptional<double> second_allocation_probe_scale;
|
||||
FieldTrialFlag allocation_allow_further_probing;
|
||||
FieldTrialParameter<DataRate> allocation_probe_max;
|
||||
};
|
||||
|
||||
// This class controls initiation of probing to estimate initial channel
|
||||
|
||||
Reference in New Issue
Block a user