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.rs359 let (earliest_loss_time, epoch) = self.loss_time_and_space(); in on_loss_detection_timeout()
510 fn loss_time_and_space(&self) -> (Option<Instant>, packet::Epoch) { in loss_time_and_space() method
576 let (earliest_loss_time, _) = self.loss_time_and_space(); in set_loss_detection_timer()