Home
last modified time | relevance | path

Searched defs:on_packet_sent (Results 1 – 4 of 4) sorted by relevance

/external/rust/crates/quiche/src/recovery/
Dreno.rs48 pub fn on_packet_sent(r: &mut Recovery, sent_bytes: usize, _now: Instant) { in on_packet_sent() function
Ddelivery_rate.rs53 pub fn on_packet_sent(&mut self, pkt: &mut Sent, now: Instant) { in on_packet_sent() method
Dcubic.rs128 fn on_packet_sent(r: &mut Recovery, sent_bytes: usize, now: Instant) { in on_packet_sent() function
Dmod.rs196 pub fn on_packet_sent( in on_packet_sent() method
815 pub on_packet_sent: fn(r: &mut Recovery, sent_bytes: usize, now: Instant), field