Home
last modified time | relevance | path

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

/external/rust/crates/quiche/src/recovery/
Dmod.rs693 &mut self, acked: Vec<Acked>, epoch: packet::Epoch, now: Instant, in on_packets_acked()
746 &mut self, packet: &Acked, now: Instant, in hystart_on_packet_acked()
932 pub struct Acked { struct
933 pub pkt_num: u64,
935 pub time_sent: Instant,
937 pub size: usize,
Dreno.rs53 r: &mut Recovery, packet: &Acked, epoch: packet::Epoch, now: Instant, in on_packet_acked()
Dhystart.rs114 &mut self, packet: &recovery::Acked, rtt: Duration, cwnd: usize, in on_packet_acked()
Dcubic.rs154 r: &mut Recovery, packet: &Acked, epoch: packet::Epoch, now: Instant, in on_packet_acked()