Searched refs:set_cc_algorithm (Results 1 – 5 of 5) sorted by relevance
141 cfg.set_cc_algorithm(recovery::CongestionControlAlgorithm::Reno); in reno_init()152 cfg.set_cc_algorithm(recovery::CongestionControlAlgorithm::Reno); in reno_send()166 cfg.set_cc_algorithm(recovery::CongestionControlAlgorithm::Reno); in reno_slow_start()212 cfg.set_cc_algorithm(recovery::CongestionControlAlgorithm::Reno); in reno_congestion_event()229 cfg.set_cc_algorithm(recovery::CongestionControlAlgorithm::Reno); in reno_congestion_avoidance()
297 cfg.set_cc_algorithm(recovery::CongestionControlAlgorithm::CUBIC); in cubic_init()308 cfg.set_cc_algorithm(recovery::CongestionControlAlgorithm::CUBIC); in cubic_send()320 cfg.set_cc_algorithm(recovery::CongestionControlAlgorithm::CUBIC); in cubic_slow_start()365 cfg.set_cc_algorithm(recovery::CongestionControlAlgorithm::CUBIC); in cubic_congestion_event()381 cfg.set_cc_algorithm(recovery::CongestionControlAlgorithm::CUBIC); in cubic_congestion_avoidance()417 cfg.set_cc_algorithm(recovery::CongestionControlAlgorithm::CUBIC); in cubic_collapse_cwnd_and_restart()456 cfg.set_cc_algorithm(recovery::CongestionControlAlgorithm::CUBIC); in cubic_hystart_limited_slow_start()
991 cfg.set_cc_algorithm(CongestionControlAlgorithm::Reno); in collapse_cwnd()1003 cfg.set_cc_algorithm(CongestionControlAlgorithm::Reno); in loss_on_pto()1229 cfg.set_cc_algorithm(CongestionControlAlgorithm::Reno); in loss_on_timer()1382 cfg.set_cc_algorithm(CongestionControlAlgorithm::Reno); in loss_on_reordering()
239 config.set_cc_algorithm(algo); in quiche_config_set_cc_algorithm()
744 pub fn set_cc_algorithm(&mut self, algo: CongestionControlAlgorithm) { in set_cc_algorithm() method