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

Detailed Description

Component to limit too active requests, also known as CC.

Definition in file component.hpp.

Go to the source code of this file.

#include <userver/components/loggable_component_base.hpp>
#include <userver/dynamic_config/snapshot.hpp>
#include <userver/server/congestion_control/limiter.hpp>
#include <userver/server/congestion_control/sensor.hpp>
#include <userver/utils/fast_pimpl.hpp>
#include <userver/utils/statistics/entry.hpp>
+ Include dependency graph for component.hpp:

Classes

class  congestion_control::Component
 Component to limit too active requests, also known as CC. More...
 

Namespaces

namespace  congestion_control
 Congestion Control.