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} |
| bool | use_separate_stats {false} |
| double congestion_control::v2::Config::errors_threshold_percent {5.0} |
Definition at line 13 of file linear_config.hpp.
| std::size_t congestion_control::v2::Config::min_limit {10} |
Definition at line 17 of file linear_config.hpp.
| std::size_t congestion_control::v2::Config::min_qps {10} |
Definition at line 18 of file linear_config.hpp.
| std::chrono::milliseconds congestion_control::v2::Config::min_timings {20} |
Definition at line 16 of file linear_config.hpp.
| std::size_t congestion_control::v2::Config::safe_delta_limit {10} |
Definition at line 14 of file linear_config.hpp.
| std::size_t congestion_control::v2::Config::timings_burst_threshold {5} |
Definition at line 15 of file linear_config.hpp.
| bool congestion_control::v2::Config::use_separate_stats {false} |
Definition at line 19 of file linear_config.hpp.