RESTinio
|
Stuff related to limits of active parallel connections. More...
#include <restinio/null_mutex.hpp>
#include <restinio/default_strands.hpp>
#include <restinio/utils/tagged_scalar.hpp>
#include <cstdint>
#include <mutex>
#include <utility>
Go to the source code of this file.
Namespaces | |
namespace | restinio |
namespace | restinio::connection_count_limits |
namespace | restinio::connection_count_limits::impl |
Typedefs | |
using | restinio::connection_count_limits::max_parallel_connections_t |
A kind of strict typedef for maximum count of active connections. | |
using | restinio::connection_count_limits::max_active_accepts_t |
A kind of strict typedef for maximum count of active accepts. | |
Stuff related to limits of active parallel connections.
Definition in file connection_count_limiter.hpp.