userver: userver/congestion_control/controllers/linear.hpp File Reference
Loading...
Searching...
No Matches
linear.hpp File Reference

Detailed Description

Linear congestion control controller (v2)

Definition in file linear.hpp.

Go to the source code of this file.

+ 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
 

Variable Documentation

◆ kLongTimingsEpochs

std::size_t congestion_control::v2::kLongTimingsEpochs = 30
constexpr

Definition at line 21 of file linear.hpp.

◆ kShortTimingsEpochs

std::size_t congestion_control::v2::kShortTimingsEpochs = 3
constexpr

Definition at line 20 of file linear.hpp.