Home
last modified time | relevance | path

Searched refs:on_packet_sent_cc (Results 1 – 3 of 3) sorted by relevance

/external/rust/crates/quiche/src/recovery/
Dreno.rs158 r.on_packet_sent_cc(1000, now); in reno_send()
190 r.on_packet_sent_cc(p.size, now); in reno_slow_start()
191 r.on_packet_sent_cc(p.size, now); in reno_slow_start()
192 r.on_packet_sent_cc(p.size, now); in reno_slow_start()
193 r.on_packet_sent_cc(p.size, now); in reno_slow_start()
236 r.on_packet_sent_cc(20000, now); in reno_congestion_avoidance()
Dcubic.rs312 r.on_packet_sent_cc(1000, Instant::now()); in cubic_send()
343 r.on_packet_sent_cc(p.size, now); in cubic_slow_start()
344 r.on_packet_sent_cc(p.size, now); in cubic_slow_start()
345 r.on_packet_sent_cc(p.size, now); in cubic_slow_start()
346 r.on_packet_sent_cc(p.size, now); in cubic_slow_start()
388 r.on_packet_sent_cc(20000, now); in cubic_congestion_avoidance()
423 r.on_packet_sent_cc(30000, now); in cubic_collapse_cwnd_and_restart()
489 r.on_packet_sent_cc(p.size, now); in cubic_hystart_limited_slow_start()
521 r.on_packet_sent_cc(p.size, now); in cubic_hystart_limited_slow_start()
Dmod.rs222 self.on_packet_sent_cc(sent_bytes, now); in on_packet_sent()
238 fn on_packet_sent_cc(&mut self, sent_bytes: usize, now: Instant) { in on_packet_sent_cc() method