Home
last modified time | relevance | path

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

/external/rust/crates/quiche/src/recovery/
Dreno.rs41 pub static RENO: CongestionControlOps = CongestionControlOps { constant
Dmod.rs833 CongestionControlAlgorithm::Reno => &reno::RENO, in from()