#include <udp_config.hpp>
Definition at line 28 of file udp_config.hpp.
◆ is_valid()
| bool unilink::config::UdpConfig::is_valid |
( |
| ) |
const |
|
inline |
◆ validate_and_clamp()
| void unilink::config::UdpConfig::validate_and_clamp |
( |
| ) |
|
|
inline |
◆ backpressure_threshold
| size_t unilink::config::UdpConfig::backpressure_threshold = common::constants::DEFAULT_BACKPRESSURE_THRESHOLD |
◆ enable_memory_pool
| bool unilink::config::UdpConfig::enable_memory_pool = true |
◆ local_address
| std::string unilink::config::UdpConfig::local_address = "0.0.0.0" |
◆ local_port
| uint16_t unilink::config::UdpConfig::local_port = 0 |
◆ remote_address
| std::optional<std::string> unilink::config::UdpConfig::remote_address |
◆ remote_port
| std::optional<uint16_t> unilink::config::UdpConfig::remote_port |
◆ stop_on_callback_exception
| bool unilink::config::UdpConfig::stop_on_callback_exception = false |
The documentation for this struct was generated from the following file: