Home
last modified time | relevance | path

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

/external/rust/crates/quiche/src/recovery/
Dmod.rs543 let mut pto_space = packet::EPOCH_INITIAL; in pto_time_and_space() localVariable
554 return (pto_timeout, pto_space); in pto_time_and_space()
566 pto_space = e; in pto_time_and_space()
570 (pto_timeout, pto_space) in pto_time_and_space()