userver: congestion_control::v2::Config Struct Reference
⚠️ This is the documentation for an old userver version. Click here to switch to the latest version.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
congestion_control::v2::Config Struct Reference

Public Member Functions

 Config (formats::json::Value config)
 

Public Attributes

double errors_threshold_percent {5.0}
 
std::size_t safe_delta_limit {10}
 
std::size_t timings_burst_threshold {5}
 
std::chrono::milliseconds min_timings {20}
 
std::size_t min_limit {10}
 
std::size_t min_qps {10}
 

Detailed Description

Definition at line 16 of file linear_config.hpp.

Member Data Documentation

◆ errors_threshold_percent

double congestion_control::v2::Config::errors_threshold_percent {5.0}

Definition at line 21 of file linear_config.hpp.

◆ min_limit

std::size_t congestion_control::v2::Config::min_limit {10}

Definition at line 25 of file linear_config.hpp.

◆ min_qps

std::size_t congestion_control::v2::Config::min_qps {10}

Definition at line 26 of file linear_config.hpp.

◆ min_timings

std::chrono::milliseconds congestion_control::v2::Config::min_timings {20}

Definition at line 24 of file linear_config.hpp.

◆ safe_delta_limit

std::size_t congestion_control::v2::Config::safe_delta_limit {10}

Definition at line 22 of file linear_config.hpp.

◆ timings_burst_threshold

std::size_t congestion_control::v2::Config::timings_burst_threshold {5}

Definition at line 23 of file linear_config.hpp.


The documentation for this struct was generated from the following file: