Home
last modified time | relevance | path

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

/external/rust/crates/quiche/src/recovery/
Dmod.rs52 const INITIAL_RTT: Duration = Duration::from_millis(333); constant
156 rttvar: INITIAL_RTT / 2, in new()
461 self.smoothed_rtt.unwrap_or(INITIAL_RTT) in rtt()