Home
last modified time | relevance | path

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

/external/rust/crates/quiche/src/
Dminmax.rs268 let mut rtt_max = f.reset(time, rtt_24); in get_windowed_max_rtt() localVariable
269 assert_eq!(rtt_max, rtt_24); in get_windowed_max_rtt()
272 rtt_max = f._running_max(win, time, rtt_25); in get_windowed_max_rtt()
273 assert_eq!(rtt_max, rtt_25); in get_windowed_max_rtt()
278 rtt_max = f._running_max(win, time, rtt_24); in get_windowed_max_rtt()
279 assert_eq!(rtt_max, rtt_24); in get_windowed_max_rtt()
382 let mut rtt_max = f.reset(time, rtt_25); in get_windowed_max_estimates_rtt() localVariable
383 assert_eq!(rtt_max, rtt_25); in get_windowed_max_estimates_rtt()
386 rtt_max = f._running_max(win, time, rtt_24); in get_windowed_max_estimates_rtt()
387 assert_eq!(rtt_max, rtt_25); in get_windowed_max_estimates_rtt()
[all …]