Home
last modified time | relevance | path

Searched defs:Sent (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/quiche/src/recovery/
Dmod.rs215 &mut self, mut pkt: Sent, epoch: packet::Epoch, in on_packet_sent()
802 &mut self, lost_bytes: usize, largest_lost_pkt: &Sent, in on_packets_lost()
973 pub struct Sent { struct
974 pub pkt_num: u64,
976 pub frames: Vec<frame::Frame>,
1001 impl std::fmt::Debug for Sent { argument
Ddelivery_rate.rs53 pub fn on_packet_sent(&mut self, pkt: &mut Sent, now: Instant) { in on_packet_sent()
71 pub fn on_packet_acked(&mut self, pkt: &Sent, now: Instant) { in on_packet_acked()