Searched refs:pto_timeout (Results 1 – 2 of 2) sorted by relevance
807 let mut pto_timeout = None; in pto_time_and_space() localVariable821 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()
11275 QuicTime::Delta pto_timeout = in TEST_P() local11288 clock_.AdvanceTime(pto_timeout); in TEST_P()11340 QuicTime::Delta pto_timeout = in TEST_P() local11354 clock_.AdvanceTime(pto_timeout); in TEST_P()