Home
last modified time | relevance | path

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

/external/rust/crates/quiche/src/recovery/
Dmod.rs542 let mut pto_timeout = None; in pto_time_and_space() localVariable
554 return (pto_timeout, pto_space); in pto_time_and_space()
564 if pto_timeout.is_none() || new_time < pto_timeout { in pto_time_and_space()
565 pto_timeout = new_time; in pto_time_and_space()
570 (pto_timeout, pto_space) in pto_time_and_space()