Trait quinn_proto::congestion::ControllerFactory
source · pub trait ControllerFactory {
// Required method
fn build(&self, now: Instant, current_mtu: u16) -> Box<dyn Controller>;
}
Expand description
Constructs controllers on demand