Home
last modified time | relevance | path

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

/external/rust/crates/quiche/src/recovery/
Dmod.rs224 self.set_loss_detection_timer(handshake_status, now); in on_packet_sent()
346 self.set_loss_detection_timer(handshake_status, now); in on_ack_received()
365 self.set_loss_detection_timer(handshake_status, now); in on_loss_detection_timeout()
413 self.set_loss_detection_timer(handshake_status, now); in on_loss_detection_timeout()
440 self.set_loss_detection_timer(handshake_status, now); in on_pkt_num_space_discarded()
573 fn set_loss_detection_timer( in set_loss_detection_timer() method