#include <httpserv.hpp>
|
| RC () noexcept=default |
|
| RC (const RC &)=delete |
|
virtual | ~RC ()=default |
|
RC & | operator= (const RC &)=delete |
|
olong | use_count () const noexcept |
| Delegates call to RCImpl and returns the result.
|
|
static constexpr bool | is_thread_safe () |
| Delegates call to RCImpl and returns the result.
|
|
Definition at line 128 of file httpserv.hpp.
◆ Ptr
◆ frame
◆ free_list_max_size
unsigned int openvpn::WS::Server::Config::free_list_max_size = 8 |
◆ general_timeout
unsigned int openvpn::WS::Server::Config::general_timeout = 60 |
◆ http_server_id
std::string openvpn::WS::Server::Config::http_server_id |
◆ max_content_bytes
◆ max_header_bytes
unsigned int openvpn::WS::Server::Config::max_header_bytes = 0 |
◆ max_headers
unsigned int openvpn::WS::Server::Config::max_headers = 0 |
◆ msg_overhead_bytes
unsigned int openvpn::WS::Server::Config::msg_overhead_bytes = 0 |
◆ pipeline_max_size
unsigned int openvpn::WS::Server::Config::pipeline_max_size = 64 |
◆ send_queue_max_size
unsigned int openvpn::WS::Server::Config::send_queue_max_size = 0 |
◆ sockopt_flags
unsigned int openvpn::WS::Server::Config::sockopt_flags = 0 |
◆ ssl_factory
◆ stats
◆ tcp_backlog
unsigned int openvpn::WS::Server::Config::tcp_backlog = 16 |
◆ tcp_max
unsigned int openvpn::WS::Server::Config::tcp_max = 0 |
◆ tcp_throttle_max_connections_per_period
unsigned int openvpn::WS::Server::Config::tcp_throttle_max_connections_per_period = 0 |
◆ tcp_throttle_period
Time::Duration openvpn::WS::Server::Config::tcp_throttle_period |
The documentation for this struct was generated from the following file: