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