Searched refs:bandwidth_floor_ (Results 1 – 2 of 2) sorted by relevance
160 bandwidth_floor_("floor", DataRate::KilobitsPerSec(5)), in RttBasedBackoff()167 {&rtt_limit_, &drop_fraction_, &drop_interval_, &bandwidth_floor_}, in RttBasedBackoff()421 current_target_ > rtt_backoff_.bandwidth_floor_) { in UpdateEstimate()425 rtt_backoff_.bandwidth_floor_.Get()); in UpdateEstimate()
65 FieldTrialParameter<DataRate> bandwidth_floor_; variable