Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/quiche/src/recovery/
Dcubic.rs461 r.on_packet_sent_cc(1000, Instant::now()); in cubic_send()
492 r.on_packet_sent_cc(p.size, now); in cubic_slow_start()
540 r.on_packet_sent_cc(p.size, now); in cubic_slow_start_multi_acks()
616 r.on_packet_sent_cc(r.max_datagram_size, now); in cubic_congestion_avoidance()
672 r.on_packet_sent_cc(30000, now); in cubic_collapse_cwnd_and_restart()
745 r.on_packet_sent_cc(p.size, now); in cubic_hystart_css_to_ss()
780 r.on_packet_sent_cc(p.size, now); in cubic_hystart_css_to_ss()
823 r.on_packet_sent_cc(p.size, now); in cubic_hystart_css_to_ss()
893 r.on_packet_sent_cc(p.size, now); in cubic_hystart_css_to_ca()
928 r.on_packet_sent_cc(p.size, now); in cubic_hystart_css_to_ca()
[all …]
Dreno.rs189 r.on_packet_sent_cc(1000, now); in reno_send()
221 r.on_packet_sent_cc(p.size, now); in reno_slow_start()
270 r.on_packet_sent_cc(p.size, now); in reno_slow_start_multi_acks()
346 r.on_packet_sent_cc(20000, now); in reno_congestion_avoidance()
Dmod.rs347 self.on_packet_sent_cc(sent_bytes, now); in on_packet_sent()
385 fn on_packet_sent_cc(&mut self, sent_bytes: usize, now: Instant) { in on_packet_sent_cc() method
/aosp_15_r20/external/rust/crates/quiche/src/recovery/
Dcubic.rs461 r.on_packet_sent_cc(1000, Instant::now()); in cubic_send()
492 r.on_packet_sent_cc(p.size, now); in cubic_slow_start()
540 r.on_packet_sent_cc(p.size, now); in cubic_slow_start_multi_acks()
616 r.on_packet_sent_cc(r.max_datagram_size, now); in cubic_congestion_avoidance()
672 r.on_packet_sent_cc(30000, now); in cubic_collapse_cwnd_and_restart()
745 r.on_packet_sent_cc(p.size, now); in cubic_hystart_css_to_ss()
780 r.on_packet_sent_cc(p.size, now); in cubic_hystart_css_to_ss()
823 r.on_packet_sent_cc(p.size, now); in cubic_hystart_css_to_ss()
893 r.on_packet_sent_cc(p.size, now); in cubic_hystart_css_to_ca()
928 r.on_packet_sent_cc(p.size, now); in cubic_hystart_css_to_ca()
[all …]
Dreno.rs189 r.on_packet_sent_cc(1000, now); in reno_send()
221 r.on_packet_sent_cc(p.size, now); in reno_slow_start()
270 r.on_packet_sent_cc(p.size, now); in reno_slow_start_multi_acks()
346 r.on_packet_sent_cc(20000, now); in reno_congestion_avoidance()
Dmod.rs347 self.on_packet_sent_cc(sent_bytes, now); in on_packet_sent()
385 fn on_packet_sent_cc(&mut self, sent_bytes: usize, now: Instant) { in on_packet_sent_cc() method
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/src/recovery/bbr/
Dmod.rs395 r.on_packet_sent_cc(1000, now); in bbr_send()
/aosp_15_r20/external/rust/crates/quiche/src/recovery/bbr/
Dmod.rs395 r.on_packet_sent_cc(1000, now); in bbr_send()