|
RADLib
RADical C++ application framework
|
Runtime endpoint configuration loaded from JSON. More...
#include <RADNet.h>
Public Attributes | |
| std::string | address = "127.0.0.1" |
| Server bind address or client host. More... | |
| uint16_t | port = 0 |
| TCP port. More... | |
| int | backlog = 128 |
| Server backlog. More... | |
| int | connectTimeoutMs = 5000 |
| Connect timeout in milliseconds. More... | |
| uint32_t | maxPayloadBytes = 16 * 1024 * 1024 |
| Maximum accepted payload bytes. More... | |
Runtime endpoint configuration loaded from JSON.
| std::string RADNet::RADProtocolEndpointConfig::address = "127.0.0.1" |
Server bind address or client host.
| int RADNet::RADProtocolEndpointConfig::backlog = 128 |
Server backlog.
| int RADNet::RADProtocolEndpointConfig::connectTimeoutMs = 5000 |
Connect timeout in milliseconds.
| uint32_t RADNet::RADProtocolEndpointConfig::maxPayloadBytes = 16 * 1024 * 1024 |
Maximum accepted payload bytes.
| uint16_t RADNet::RADProtocolEndpointConfig::port = 0 |
TCP port.