Component to limit too active requests, also known as CC. More...
#include <userver/components/loggable_component_base.hpp>
#include <userver/dynamic_config/snapshot.hpp>
#include <userver/server/congestion_control/limiter.hpp>
#include <userver/utils/fast_pimpl.hpp>
#include <userver/utils/statistics/entry.hpp>
Go to the source code of this file.
Classes | |
class | congestion_control::Component |
Component to limit too active requests, also known as CC. More... | |
Namespaces | |
namespace | congestion_control |
Congestion Control. | |
Component to limit too active requests, also known as CC.
Definition in file component.hpp.