OpenVPN 3 Core Library
Loading...
Searching...
No Matches
openvpn::WS::Server::Config Struct Reference

#include <httpserv.hpp>

Inheritance diagram for openvpn::WS::Server::Config:
[legend]
Collaboration diagram for openvpn::WS::Server::Config:
[legend]

Public Types

typedef RCPtr< ConfigPtr
 
- Public Types inherited from openvpn::RC< thread_unsafe_refcount >
typedef RCPtr< RCPtr
 

Public Attributes

SSLFactoryAPI::Ptr ssl_factory
 
unsigned int tcp_backlog = 16
 
unsigned int tcp_throttle_max_connections_per_period = 0
 
Time::Duration tcp_throttle_period
 
unsigned int tcp_max = 0
 
unsigned int general_timeout = 60
 
unsigned int max_headers = 0
 
unsigned int max_header_bytes = 0
 
content_len_t max_content_bytes = 0
 
unsigned int msg_overhead_bytes = 0
 
unsigned int send_queue_max_size = 0
 
unsigned int free_list_max_size = 8
 
unsigned int pipeline_max_size = 64
 
unsigned int sockopt_flags = 0
 
std::string http_server_id
 
Frame::Ptr frame
 
SessionStats::Ptr stats
 

Additional Inherited Members

- Public Member Functions inherited from openvpn::RC< thread_unsafe_refcount >
 RC () noexcept=default
 
 RC (const RC &)=delete
 
virtual ~RC ()=default
 
RCoperator= (const RC &)=delete
 
olong use_count () const noexcept
 Delegates call to RCImpl and returns the result.
 
- Static Public Member Functions inherited from openvpn::RC< thread_unsafe_refcount >
static constexpr bool is_thread_safe ()
 Delegates call to RCImpl and returns the result.
 

Detailed Description

Definition at line 128 of file httpserv.hpp.

Member Typedef Documentation

◆ Ptr

Definition at line 130 of file httpserv.hpp.

Member Data Documentation

◆ frame

Frame::Ptr openvpn::WS::Server::Config::frame

Definition at line 153 of file httpserv.hpp.

◆ free_list_max_size

unsigned int openvpn::WS::Server::Config::free_list_max_size = 8

Definition at line 149 of file httpserv.hpp.

◆ general_timeout

unsigned int openvpn::WS::Server::Config::general_timeout = 60

Definition at line 143 of file httpserv.hpp.

◆ http_server_id

std::string openvpn::WS::Server::Config::http_server_id

Definition at line 152 of file httpserv.hpp.

◆ max_content_bytes

content_len_t openvpn::WS::Server::Config::max_content_bytes = 0

Definition at line 146 of file httpserv.hpp.

◆ max_header_bytes

unsigned int openvpn::WS::Server::Config::max_header_bytes = 0

Definition at line 145 of file httpserv.hpp.

◆ max_headers

unsigned int openvpn::WS::Server::Config::max_headers = 0

Definition at line 144 of file httpserv.hpp.

◆ msg_overhead_bytes

unsigned int openvpn::WS::Server::Config::msg_overhead_bytes = 0

Definition at line 147 of file httpserv.hpp.

◆ pipeline_max_size

unsigned int openvpn::WS::Server::Config::pipeline_max_size = 64

Definition at line 150 of file httpserv.hpp.

◆ send_queue_max_size

unsigned int openvpn::WS::Server::Config::send_queue_max_size = 0

Definition at line 148 of file httpserv.hpp.

◆ sockopt_flags

unsigned int openvpn::WS::Server::Config::sockopt_flags = 0

Definition at line 151 of file httpserv.hpp.

◆ ssl_factory

SSLFactoryAPI::Ptr openvpn::WS::Server::Config::ssl_factory

Definition at line 132 of file httpserv.hpp.

◆ stats

SessionStats::Ptr openvpn::WS::Server::Config::stats

Definition at line 154 of file httpserv.hpp.

◆ tcp_backlog

unsigned int openvpn::WS::Server::Config::tcp_backlog = 16

Definition at line 139 of file httpserv.hpp.

◆ tcp_max

unsigned int openvpn::WS::Server::Config::tcp_max = 0

Definition at line 142 of file httpserv.hpp.

◆ tcp_throttle_max_connections_per_period

unsigned int openvpn::WS::Server::Config::tcp_throttle_max_connections_per_period = 0

Definition at line 140 of file httpserv.hpp.

◆ tcp_throttle_period

Time::Duration openvpn::WS::Server::Config::tcp_throttle_period

Definition at line 141 of file httpserv.hpp.


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