Searched refs:PACING_MULTIPLIER (Results 1 – 2 of 2) sorted by relevance
73 const PACING_MULTIPLIER: f64 = 1.25; constant365 let rate = PACING_MULTIPLIER * self.congestion_window as f64 / in on_packet_sent()2149 (r.congestion_window as f64 * PACING_MULTIPLIER / 0.05) as u64; in pacing()