Home
last modified time | relevance | path

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

/external/rust/crates/quiche/src/recovery/
Dcubic.rs457 cfg.enable_hystart(true); in cubic_hystart_limited_slow_start()
/external/rust/crates/quiche/src/
Dffi.rs244 config.enable_hystart(v); in quiche_config_enable_hystart()
Dlib.rs751 pub fn enable_hystart(&mut self, v: bool) { in enable_hystart() method