Searched refs:round_trip_time (Results 1 – 3 of 3) sorted by relevance
91 pub(super) fn record_remote_round_trip_time(&mut self, round_trip_time: Option<f64>) { in record_remote_round_trip_time()93 self.remote_round_trip_time = round_trip_time; in record_remote_round_trip_time()95 if let Some(rtt) = round_trip_time { in record_remote_round_trip_time()312 pub(super) fn record_remote_round_trip_time(&mut self, round_trip_time: Option<f64>) { in record_remote_round_trip_time()314 self.remote_round_trip_time = round_trip_time; in record_remote_round_trip_time()316 if let Some(rtt) = round_trip_time { in record_remote_round_trip_time()
552 pub round_trip_time: Option<f64>, field581 pub round_trip_time: Option<f64>, field
1311 round_trip_time: remote_round_trip_time, in collect_inbound_stats()1452 round_trip_time: remote_rtt_ms, in collect_outbound_stats()