Home
last modified time | relevance | path

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

/external/rust/crates/quiche/src/recovery/
Dmod.rs608 let lost_send_time = now - loss_delay; in detect_lost_packets() localVariable
623 if unacked.time_sent <= lost_send_time || in detect_lost_packets()