Home
last modified time | relevance | path

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

/external/rust/crates/quiche/src/recovery/
Dreno.rs38 use crate::recovery::CongestionControlOps;
41 pub static RENO: CongestionControlOps = CongestionControlOps {
Dcubic.rs44 use crate::recovery::CongestionControlOps;
47 pub static CUBIC: CongestionControlOps = CongestionControlOps {
Dmod.rs113 cc_ops: &'static CongestionControlOps,
814 pub struct CongestionControlOps { struct
830 impl From<CongestionControlAlgorithm> for &'static CongestionControlOps { argument