#include <tcp_client_config.hpp>
Definition at line 28 of file tcp_client_config.hpp.
◆ TcpClientConfig() [1/3]
| unilink::config::TcpClientConfig::TcpClientConfig |
( |
| ) |
|
|
default |
◆ TcpClientConfig() [2/3]
| unilink::config::TcpClientConfig::TcpClientConfig |
( |
const TcpClientConfig & |
| ) |
|
|
default |
◆ TcpClientConfig() [3/3]
◆ is_valid()
| bool unilink::config::TcpClientConfig::is_valid |
( |
| ) |
const |
|
inline |
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ validate_and_clamp()
| void unilink::config::TcpClientConfig::validate_and_clamp |
( |
| ) |
|
|
inline |
◆ backpressure_threshold
| size_t unilink::config::TcpClientConfig::backpressure_threshold = common::constants::DEFAULT_BACKPRESSURE_THRESHOLD |
◆ connection_timeout_ms
| unsigned unilink::config::TcpClientConfig::connection_timeout_ms = common::constants::DEFAULT_CONNECTION_TIMEOUT_MS |
◆ enable_memory_pool
| bool unilink::config::TcpClientConfig::enable_memory_pool = true |
◆ host
| std::string unilink::config::TcpClientConfig::host = "127.0.0.1" |
◆ max_retries
| int unilink::config::TcpClientConfig::max_retries = common::constants::DEFAULT_MAX_RETRIES |
◆ port
| uint16_t unilink::config::TcpClientConfig::port = 9000 |
◆ retry_interval_ms
| unsigned unilink::config::TcpClientConfig::retry_interval_ms = common::constants::DEFAULT_RETRY_INTERVAL_MS |
The documentation for this struct was generated from the following file: