Home
last modified time | relevance | path

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

/external/rust/crates/quiche/src/recovery/
Dmod.rs581 let (earliest_loss_time, epoch) = self.loss_time_and_space(); in on_loss_detection_timeout()
774 fn loss_time_and_space(&self) -> (Option<Instant>, packet::Epoch) { in loss_time_and_space() method
843 let (earliest_loss_time, _) = self.loss_time_and_space(); in set_loss_detection_timer()