Searched refs:CongestionControlOps (Results 1 – 3 of 3) sorted by relevance
38 use crate::recovery::CongestionControlOps;41 pub static RENO: CongestionControlOps = CongestionControlOps {
44 use crate::recovery::CongestionControlOps;47 pub static CUBIC: CongestionControlOps = CongestionControlOps {
113 cc_ops: &'static CongestionControlOps,814 pub struct CongestionControlOps { struct830 impl From<CongestionControlAlgorithm> for &'static CongestionControlOps { argument