#include <minimal_server.hpp>
Public Types | |
typedef type::concurrency_type | concurrency_type |
typedef type::elog_type | elog_type |
typedef type::alog_type | alog_type |
typedef type::request_type | request_type |
typedef type::response_type | response_type |
Static Public Attributes | |
static bool const | enable_multithreading = true |
Controls compile time enabling/disabling of thread syncronization code Disabling can provide a minor performance improvement to single threaded applications. More... | |
static const long | timeout_socket_pre_init = 5000 |
Default timer values (in ms) More... | |
static const long | timeout_proxy = 5000 |
Length of time to wait before a proxy handshake is aborted. More... | |
static const long | timeout_socket_post_init = 5000 |
Length of time to wait for socket post-initialization. More... | |
static const long | timeout_dns_resolve = 5000 |
Length of time to wait for dns resolution. More... | |
static const long | timeout_connect = 5000 |
Length of time to wait for TCP connect. More... | |
static const long | timeout_socket_shutdown = 5000 |
Length of time to wait for socket shutdown. More... | |
Definition at line 126 of file minimal_server.hpp.
typedef type::concurrency_type websocketpp::config::minimal_server::transport_config::concurrency_type |
Definition at line 127 of file minimal_server.hpp.
Definition at line 128 of file minimal_server.hpp.
Definition at line 129 of file minimal_server.hpp.
Definition at line 130 of file minimal_server.hpp.
Definition at line 131 of file minimal_server.hpp.
|
static |
Controls compile time enabling/disabling of thread syncronization code Disabling can provide a minor performance improvement to single threaded applications.
Definition at line 136 of file minimal_server.hpp.
|
static |
Default timer values (in ms)
Length of time to wait for socket pre-initialization Exactly what this includes depends on the socket policy in use
Definition at line 144 of file minimal_server.hpp.
|
static |
Length of time to wait before a proxy handshake is aborted.
Definition at line 147 of file minimal_server.hpp.
|
static |
Length of time to wait for socket post-initialization.
Exactly what this includes depends on the socket policy in use. Often this means the TLS handshake
Definition at line 154 of file minimal_server.hpp.
|
static |
Length of time to wait for dns resolution.
Definition at line 157 of file minimal_server.hpp.
|
static |
Length of time to wait for TCP connect.
Definition at line 160 of file minimal_server.hpp.
|
static |
Length of time to wait for socket shutdown.
Definition at line 163 of file minimal_server.hpp.