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

Detailed Description

Definition at line 15 of file v2.hpp.

+ Collaboration diagram for congestion_control::v2::Stats:

Public Attributes

std::atomic< bool > is_enabled {false}
 
std::atomic< bool > is_fake_mode {false}
 
std::atomic< int64_t > current_limit {0}
 
std::atomic< int64_t > enabled_epochs {0}
 

Member Data Documentation

◆ current_limit

std::atomic<int64_t> congestion_control::v2::Stats::current_limit {0}

Definition at line 18 of file v2.hpp.

◆ enabled_epochs

std::atomic<int64_t> congestion_control::v2::Stats::enabled_epochs {0}

Definition at line 19 of file v2.hpp.

◆ is_enabled

std::atomic<bool> congestion_control::v2::Stats::is_enabled {false}

Definition at line 16 of file v2.hpp.

◆ is_fake_mode

std::atomic<bool> congestion_control::v2::Stats::is_fake_mode {false}

Definition at line 17 of file v2.hpp.


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