Home
last modified time | relevance | path

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

/external/rust/crates/quiche/src/recovery/
Dhystart.rs51 pub struct Hystart { struct
65 impl std::fmt::Debug for Hystart { argument
77 impl Hystart { impl
96 *self = Hystart { in start_round()
189 let mut hspp = Hystart::default(); in start_round()
200 let mut hspp = Hystart::default(); in reno_slow_start()
233 let mut hspp = Hystart::default(); in limited_slow_start()
308 let mut hspp = Hystart::default(); in congestion_event()
Dmod.rs128 hystart: hystart::Hystart,
192 hystart: hystart::Hystart::new(config.hystart), in new()