Searched refs:time_of_last_sent_ack_eliciting_pkt (Results 1 – 1 of 1) sorted by relevance
76 time_of_last_sent_ack_eliciting_pkt: [Option<Instant>; packet::EPOCH_COUNT], field138 time_of_last_sent_ack_eliciting_pkt: [None; packet::EPOCH_COUNT], in new()214 self.time_of_last_sent_ack_eliciting_pkt[epoch] = Some(now); in on_packet_sent()435 self.time_of_last_sent_ack_eliciting_pkt[epoch] = None; in on_pkt_num_space_discarded()562 self.time_of_last_sent_ack_eliciting_pkt[e].map(|t| t + duration); in pto_time_and_space()