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

Detailed Description

Linear congestion control controller configuration (v2)

Definition in file linear_config.hpp.

Go to the source code of this file.

#include <chrono>
#include <cstddef>
#include <userver/dynamic_config/snapshot.hpp>
+ This graph shows which files directly or indirectly include this file:

Classes

struct  congestion_control::v2::Config
 

Namespaces

namespace  congestion_control
 Congestion Control.
 

Functions

template<typename T>
Config congestion_control::v2::ConvertConfig (const T &cfg)
 
Config congestion_control::v2::Parse (const formats::json::Value &value, formats::parse::To< Config >)
 

Function Documentation

◆ ConvertConfig()

template<typename T>
Config congestion_control::v2::ConvertConfig ( const T & cfg)

Definition at line 26 of file linear_config.hpp.