Home
last modified time | relevance | path

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

/external/rust/crates/quiche/src/recovery/
Dcubic.rs516 let mut rtt_2nd = 100; in cubic_hystart_limited_slow_start() localVariable
517 let now = now + Duration::from_millis(rtt_2nd); in cubic_hystart_limited_slow_start()
531 Duration::from_millis(rtt_2nd), in cubic_hystart_limited_slow_start()
545 rtt_2nd += 4; in cubic_hystart_limited_slow_start()
Dhystart.rs271 let rtt_2nd = 100; in limited_slow_start() localVariable
284 let rtt = Duration::from_millis(rtt_2nd + pkt_num * 4); in limited_slow_start()