Home
last modified time | relevance | path

Searched refs:set_cc_algorithm (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/rust/crates/quiche/src/recovery/
Dreno.rs172 cfg.set_cc_algorithm(recovery::CongestionControlAlgorithm::Reno); in reno_init()
183 cfg.set_cc_algorithm(recovery::CongestionControlAlgorithm::Reno); in reno_send()
197 cfg.set_cc_algorithm(recovery::CongestionControlAlgorithm::Reno); in reno_slow_start()
246 cfg.set_cc_algorithm(recovery::CongestionControlAlgorithm::Reno); in reno_slow_start_multi_acks()
317 cfg.set_cc_algorithm(recovery::CongestionControlAlgorithm::Reno); in reno_congestion_event()
339 cfg.set_cc_algorithm(recovery::CongestionControlAlgorithm::Reno); in reno_congestion_avoidance()
Dcubic.rs446 cfg.set_cc_algorithm(recovery::CongestionControlAlgorithm::CUBIC); in cubic_init()
457 cfg.set_cc_algorithm(recovery::CongestionControlAlgorithm::CUBIC); in cubic_send()
469 cfg.set_cc_algorithm(recovery::CongestionControlAlgorithm::CUBIC); in cubic_slow_start()
517 cfg.set_cc_algorithm(recovery::CongestionControlAlgorithm::CUBIC); in cubic_slow_start_multi_acks()
587 cfg.set_cc_algorithm(recovery::CongestionControlAlgorithm::CUBIC); in cubic_congestion_event()
608 cfg.set_cc_algorithm(recovery::CongestionControlAlgorithm::CUBIC); in cubic_congestion_avoidance()
666 cfg.set_cc_algorithm(recovery::CongestionControlAlgorithm::CUBIC); in cubic_collapse_cwnd_and_restart()
713 cfg.set_cc_algorithm(recovery::CongestionControlAlgorithm::CUBIC); in cubic_hystart_css_to_ss()
861 cfg.set_cc_algorithm(recovery::CongestionControlAlgorithm::CUBIC); in cubic_hystart_css_to_ca()
1002 cfg.set_cc_algorithm(recovery::CongestionControlAlgorithm::CUBIC); in cubic_spurious_congestion_event()
[all …]
Dmod.rs1417 cfg.set_cc_algorithm(CongestionControlAlgorithm::Reno); in collapse_cwnd()
1429 cfg.set_cc_algorithm(CongestionControlAlgorithm::Reno); in loss_on_pto()
1662 cfg.set_cc_algorithm(CongestionControlAlgorithm::Reno); in loss_on_timer()
1822 cfg.set_cc_algorithm(CongestionControlAlgorithm::Reno); in loss_on_reordering()
1994 cfg.set_cc_algorithm(CongestionControlAlgorithm::CUBIC); in pacing()
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/src/recovery/
Dreno.rs172 cfg.set_cc_algorithm(recovery::CongestionControlAlgorithm::Reno); in reno_init()
183 cfg.set_cc_algorithm(recovery::CongestionControlAlgorithm::Reno); in reno_send()
197 cfg.set_cc_algorithm(recovery::CongestionControlAlgorithm::Reno); in reno_slow_start()
246 cfg.set_cc_algorithm(recovery::CongestionControlAlgorithm::Reno); in reno_slow_start_multi_acks()
317 cfg.set_cc_algorithm(recovery::CongestionControlAlgorithm::Reno); in reno_congestion_event()
339 cfg.set_cc_algorithm(recovery::CongestionControlAlgorithm::Reno); in reno_congestion_avoidance()
Dcubic.rs446 cfg.set_cc_algorithm(recovery::CongestionControlAlgorithm::CUBIC); in cubic_init()
457 cfg.set_cc_algorithm(recovery::CongestionControlAlgorithm::CUBIC); in cubic_send()
469 cfg.set_cc_algorithm(recovery::CongestionControlAlgorithm::CUBIC); in cubic_slow_start()
517 cfg.set_cc_algorithm(recovery::CongestionControlAlgorithm::CUBIC); in cubic_slow_start_multi_acks()
587 cfg.set_cc_algorithm(recovery::CongestionControlAlgorithm::CUBIC); in cubic_congestion_event()
608 cfg.set_cc_algorithm(recovery::CongestionControlAlgorithm::CUBIC); in cubic_congestion_avoidance()
666 cfg.set_cc_algorithm(recovery::CongestionControlAlgorithm::CUBIC); in cubic_collapse_cwnd_and_restart()
713 cfg.set_cc_algorithm(recovery::CongestionControlAlgorithm::CUBIC); in cubic_hystart_css_to_ss()
861 cfg.set_cc_algorithm(recovery::CongestionControlAlgorithm::CUBIC); in cubic_hystart_css_to_ca()
1002 cfg.set_cc_algorithm(recovery::CongestionControlAlgorithm::CUBIC); in cubic_spurious_congestion_event()
[all …]
Dmod.rs1417 cfg.set_cc_algorithm(CongestionControlAlgorithm::Reno); in collapse_cwnd()
1429 cfg.set_cc_algorithm(CongestionControlAlgorithm::Reno); in loss_on_pto()
1662 cfg.set_cc_algorithm(CongestionControlAlgorithm::Reno); in loss_on_timer()
1822 cfg.set_cc_algorithm(CongestionControlAlgorithm::Reno); in loss_on_reordering()
1994 cfg.set_cc_algorithm(CongestionControlAlgorithm::CUBIC); in pacing()
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/src/recovery/bbr/
Dmod.rs372 cfg.set_cc_algorithm(recovery::CongestionControlAlgorithm::BBR); in bbr_init()
389 cfg.set_cc_algorithm(recovery::CongestionControlAlgorithm::BBR); in bbr_send()
403 cfg.set_cc_algorithm(recovery::CongestionControlAlgorithm::BBR); in bbr_startup()
470 cfg.set_cc_algorithm(recovery::CongestionControlAlgorithm::BBR); in bbr_congestion_event()
534 cfg.set_cc_algorithm(recovery::CongestionControlAlgorithm::BBR); in bbr_drain()
651 cfg.set_cc_algorithm(recovery::CongestionControlAlgorithm::BBR); in bbr_probe_bw()
721 cfg.set_cc_algorithm(recovery::CongestionControlAlgorithm::BBR); in bbr_probe_rtt()
/aosp_15_r20/external/rust/crates/quiche/src/recovery/bbr/
Dmod.rs372 cfg.set_cc_algorithm(recovery::CongestionControlAlgorithm::BBR); in bbr_init()
389 cfg.set_cc_algorithm(recovery::CongestionControlAlgorithm::BBR); in bbr_send()
403 cfg.set_cc_algorithm(recovery::CongestionControlAlgorithm::BBR); in bbr_startup()
470 cfg.set_cc_algorithm(recovery::CongestionControlAlgorithm::BBR); in bbr_congestion_event()
534 cfg.set_cc_algorithm(recovery::CongestionControlAlgorithm::BBR); in bbr_drain()
651 cfg.set_cc_algorithm(recovery::CongestionControlAlgorithm::BBR); in bbr_probe_bw()
721 cfg.set_cc_algorithm(recovery::CongestionControlAlgorithm::BBR); in bbr_probe_rtt()
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/src/
Dffi.rs324 config.set_cc_algorithm(algo); in quiche_config_set_cc_algorithm()
Dlib.rs1132 pub fn set_cc_algorithm(&mut self, algo: CongestionControlAlgorithm) { in set_cc_algorithm() method
/aosp_15_r20/external/rust/crates/quiche/src/
Dffi.rs324 config.set_cc_algorithm(algo); in quiche_config_set_cc_algorithm()
Dlib.rs1132 pub fn set_cc_algorithm(&mut self, algo: CongestionControlAlgorithm) { in set_cc_algorithm() method