Fix a comment reg. use of field trial.
Bug: none Change-Id: I284ef1e1b4d0bdaf933646f35176bfd671f9fbc5 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/130200 Reviewed-by: Sebastian Jansson <srte@webrtc.org> Commit-Queue: Christoffer Rodbro <crodbro@webrtc.org> Cr-Commit-Position: refs/heads/master@{#27347}
This commit is contained in:

committed by
Commit Bot

parent
9d766b91df
commit
90d782619e
@ -74,7 +74,7 @@ AimdRateControl::AimdRateControl()
|
||||
low_throughput_threshold_("low_throughput", DataRate::Zero()) {
|
||||
// E.g
|
||||
// WebRTC-BweAimdRateControlConfig/initial_backoff_interval:100ms,
|
||||
// critical_low_bitrate:100kbps/
|
||||
// low_throughput:50kbps/
|
||||
ParseFieldTrial({&initial_backoff_interval_, &low_throughput_threshold_},
|
||||
field_trial::FindFullName("WebRTC-BweAimdRateControlConfig"));
|
||||
if (initial_backoff_interval_) {
|
||||
|
Reference in New Issue
Block a user