userver: congestion_control::v2::Config Struct Reference
Loading...
Searching...
No Matches
congestion_control::v2::Config Struct Reference

Detailed Description

Definition at line 12 of file linear_config.hpp.

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}
 

Member Data Documentation

◆ errors_threshold_percent

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

Definition at line 13 of file linear_config.hpp.

◆ min_limit

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

Definition at line 17 of file linear_config.hpp.

◆ min_qps

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

Definition at line 18 of file linear_config.hpp.

◆ min_timings

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

Definition at line 16 of file linear_config.hpp.

◆ safe_delta_limit

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

Definition at line 14 of file linear_config.hpp.

◆ timings_burst_threshold

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

Definition at line 15 of file linear_config.hpp.


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