Searched defs:on_packet_sent (Results 1 – 4 of 4) sorted by relevance
48 pub fn on_packet_sent(r: &mut Recovery, sent_bytes: usize, _now: Instant) { in on_packet_sent() function
53 pub fn on_packet_sent(&mut self, pkt: &mut Sent, now: Instant) { in on_packet_sent() method
128 fn on_packet_sent(r: &mut Recovery, sent_bytes: usize, now: Instant) { in on_packet_sent() function
196 pub fn on_packet_sent( in on_packet_sent() method815 pub on_packet_sent: fn(r: &mut Recovery, sent_bytes: usize, now: Instant), field