Searched defs:Acked (Results 1 – 4 of 4) sorted by relevance
/external/rust/crates/quiche/src/recovery/ |
D | mod.rs | 693 &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,
|
D | reno.rs | 53 r: &mut Recovery, packet: &Acked, epoch: packet::Epoch, now: Instant, in on_packet_acked()
|
D | hystart.rs | 114 &mut self, packet: &recovery::Acked, rtt: Duration, cwnd: usize, in on_packet_acked()
|
D | cubic.rs | 154 r: &mut Recovery, packet: &Acked, epoch: packet::Epoch, now: Instant, in on_packet_acked()
|