Home
last modified time | relevance | path

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

/external/rust/crates/quiche/src/recovery/
Dmod.rs355 pub fn on_loss_detection_timeout( in on_loss_detection_timeout() method
1143 r.on_loss_detection_timeout(HandshakeStatus::default(), now, ""); in loss_on_pto()
1370 r.on_loss_detection_timeout(HandshakeStatus::default(), now, ""); in loss_on_timer()
/external/rust/crates/quiche/src/
Dlib.rs3312 self.recovery.on_loss_detection_timeout( in on_timeout()