Searched refs:on_packets_acked (Results 1 – 3 of 3) sorted by relevance
/external/rust/crates/quiche/src/recovery/ |
D | cubic.rs | 356 r.on_packets_acked(acked, packet::EPOCH_APPLICATION, now); in cubic_slow_start() 408 r.on_packets_acked(acked, packet::EPOCH_APPLICATION, now + rtt * 3); in cubic_congestion_avoidance() 444 r.on_packets_acked(acked.clone(), packet::EPOCH_APPLICATION, now); in cubic_collapse_cwnd_and_restart() 448 r.on_packets_acked(acked, packet::EPOCH_APPLICATION, now); in cubic_collapse_cwnd_and_restart() 507 r.on_packets_acked(acked, epoch, now); in cubic_hystart_limited_slow_start() 542 r.on_packets_acked(acked, epoch, now); in cubic_hystart_limited_slow_start() 559 r.on_packets_acked(acked, epoch, now); in cubic_hystart_limited_slow_start()
|
D | reno.rs | 203 r.on_packets_acked(acked, packet::EPOCH_APPLICATION, now); in reno_slow_start() 258 r.on_packets_acked(acked, packet::EPOCH_APPLICATION, now + rtt * 2); in reno_congestion_avoidance()
|
D | mod.rs | 342 self.on_packets_acked(newly_acked, epoch, now); in on_ack_received() 692 fn on_packets_acked( in on_packets_acked() method
|