Searched refs:smoothed_rtt (Results 1 – 1 of 1) sorted by relevance
84 smoothed_rtt: Option<Duration>, field150 smoothed_rtt: None, in new()461 self.smoothed_rtt.unwrap_or(INITIAL_RTT) in rtt()477 match self.smoothed_rtt { in update_rtt()482 self.smoothed_rtt = Some(latest_rtt); in update_rtt()503 self.smoothed_rtt = Some( in update_rtt()859 write!(f, "srtt={:?} ", self.smoothed_rtt)?; in fmt()