Home
last modified time | relevance | path

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

/external/rust/crates/quiche/src/recovery/
Dmod.rs807 let mut pto_timeout = None; in pto_time_and_space() localVariable
821 return (pto_timeout, pto_space); in pto_time_and_space()
831 if pto_timeout.is_none() || new_time < pto_timeout { in pto_time_and_space()
832 pto_timeout = new_time; in pto_time_and_space()
837 (pto_timeout, pto_space) in pto_time_and_space()
/external/cronet/net/third_party/quiche/src/quiche/quic/core/
Dquic_connection_test.cc11275 QuicTime::Delta pto_timeout = in TEST_P() local
11288 clock_.AdvanceTime(pto_timeout); in TEST_P()
11340 QuicTime::Delta pto_timeout = in TEST_P() local
11354 clock_.AdvanceTime(pto_timeout); in TEST_P()