Definition at line 20 of file linear.hpp.
Inheritance diagram for congestion_control::v2::LinearController:Public Types | |
| using | StaticConfig = Controller::Config |
Public Member Functions | |
| LinearController (const std::string &name, v2::Sensor &sensor, Limiter &limiter, Stats &stats, const StaticConfig &config, dynamic_config::Source config_source, std::function< v2::Config(const dynamic_config::Snapshot &)> config_getter) | |
| LimitWithDetails | Update (const Sensor::Data ¤t) override |
| void | Start () |
| void | Stop () |
| void | Step () |
| const std::string & | GetName () const |
| void | SetEnabled (bool enabled) |
Definition at line 22 of file linear.hpp.
|
overridevirtual |
Implements congestion_control::v2::Controller.