Definition at line 17 of file linear.hpp.
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) | |
Limit | Update (const Sensor::Data ¤t) override |
void | Start () |
void | Stop () |
void | Step () |
const std::string & | GetName () const |
void | SetEnabled (bool enabled) |
Definition at line 19 of file linear.hpp.
|
overridevirtual |
Implements congestion_control::v2::Controller.