Searched refs:update_rtt (Results 1 – 3 of 3) sorted by relevance
407 r.update_rtt(rtt, Duration::from_millis(0), now); in cubic_congestion_avoidance()495 r.update_rtt( in cubic_hystart_limited_slow_start()530 r.update_rtt( in cubic_hystart_limited_slow_start()
257 r.update_rtt(rtt, Duration::from_millis(0), now); in reno_congestion_avoidance()
335 self.update_rtt(latest_rtt, ack_delay, now); in on_ack_received()472 fn update_rtt( in update_rtt() method