Home
last modified time | relevance | path

Searched refs:rtt_limit_ (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/modules/congestion_controller/goog_cc/
Dsend_side_bandwidth_estimation.cc157 : rtt_limit_("limit", TimeDelta::Seconds(3)), in RttBasedBackoff()
167 {&rtt_limit_, &drop_fraction_, &drop_interval_, &bandwidth_floor_}, in RttBasedBackoff()
419 if (rtt_backoff_.CorrectedRtt(at_time) > rtt_backoff_.rtt_limit_) { in UpdateEstimate()
Dsend_side_bandwidth_estimation.h62 FieldTrialParameter<TimeDelta> rtt_limit_; variable