Home
last modified time | relevance | path

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

/external/rust/crates/quiche/src/recovery/
Dmod.rs84 time_of_last_sent_ack_eliciting_pkt: field
203 time_of_last_sent_ack_eliciting_pkt: [None; packet::Epoch::count()], in new_with_config()
338 self.time_of_last_sent_ack_eliciting_pkt[epoch] = Some(now); in on_packet_sent()
660 self.time_of_last_sent_ack_eliciting_pkt[epoch] = None; in on_pkt_num_space_discarded()
829 self.time_of_last_sent_ack_eliciting_pkt[e].map(|t| t + duration); in pto_time_and_space()