Searched refs:time_first_throughput_estimate_ (Results 1 – 2 of 2) sorted by relevance
84 time_first_throughput_estimate_(Timestamp::MinusInfinity()), in AimdRateControl()193 if (time_first_throughput_estimate_.IsInfinite()) { in Update()195 time_first_throughput_estimate_ = at_time; in Update()196 } else if (at_time - time_first_throughput_estimate_ > in Update()
95 Timestamp time_first_throughput_estimate_; variable