Trait quinn_proto::congestion::ControllerFactory[][src]

pub trait ControllerFactory {
    fn build(&self, now: Instant) -> Box<dyn Controller>;
}

Constructs controllers on demand

Required methods

fn build(&self, now: Instant) -> Box<dyn Controller>[src]

Construct a fresh Controller

Loading content...

Implementations on Foreign Types

impl ControllerFactory for Arc<NewRenoConfig>[src]

Loading content...

Implementors

Loading content...