Home
last modified time | relevance | path

Searched refs:cc_algorithm (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/quiche/src/recovery/
Dmod.rs184 cc_ops: config.cc_algorithm.into(), in new()
/external/rust/crates/quiche/src/
Dlib.rs437 cc_algorithm: CongestionControlAlgorithm, field
463 cc_algorithm: CongestionControlAlgorithm::CUBIC, in new()
736 self.cc_algorithm = CongestionControlAlgorithm::from_str(name)?; in set_cc_algorithm_name()
745 self.cc_algorithm = algo; in set_cc_algorithm()