Home
last modified time | relevance | path

Searched refs:smoothed_rtt (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/quiche/src/recovery/
Dmod.rs84 smoothed_rtt: Option<Duration>, field
150 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()