Home
last modified time | relevance | path

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

/external/rust/crates/quiche/src/
Dlib.rs482 const CONNECTION_WINDOW_FACTOR: f64 = 1.5; constant
3686 (recv_win as f64 * CONNECTION_WINDOW_FACTOR) as u64, in send_single()