Expand description
Logic for controlling the rate at which data is sent
Structs§
- Bbr
- Experimental! Use at your own risk.
- BbrConfig
- Configuration for the
Bbr
congestion controller - Cubic
- The RFC8312 congestion controller, as widely used for TCP
- Cubic
Config - Configuration for the
Cubic
congestion controller - NewReno
- A simple, standard congestion controller
- NewReno
Config - Configuration for the
NewReno
congestion controller
Traits§
- Controller
- Common interface for different congestion controllers
- Controller
Factory - Constructs controllers on demand