Linear congestion control controller (v2)
Definition in file linear.hpp.
Go to the source code of this file.
#include <optional>#include <userver/congestion_control/controllers/linear_config.hpp>#include <userver/congestion_control/controllers/v2.hpp>#include <userver/congestion_control/limiter.hpp>#include <userver/dynamic_config/source.hpp>#include <userver/utils/periodic_task.hpp>#include <userver/utils/sliding_interval.hpp>#include <userver/yaml_config/yaml_config.hpp>
This graph shows which files directly or indirectly include this file:Classes | |
| class | congestion_control::v2::LinearController |
| Linear congestion control controller (v2) More... | |
Namespaces | |
| namespace | congestion_control |
| Congestion Control. | |
Functions | |
| LinearController::StaticConfig | congestion_control::v2::Parse (const yaml_config::YamlConfig &value, formats::parse::To< LinearController::StaticConfig >) |
Variables | |
| constexpr std::size_t | congestion_control::v2::kShortTimingsEpochs = 3 |
| constexpr std::size_t | congestion_control::v2::kLongTimingsEpochs = 30 |
|
constexpr |
Definition at line 21 of file linear.hpp.
|
constexpr |
Definition at line 20 of file linear.hpp.