Ditto 4.5.2
|
Part of the Listen
config that relates to incoming TCP connections.
More...
#include <TransportConfig.hpp>
Public Member Functions | |
bool | operator== (const TcpListenConfig &other) const |
bool | operator!= (const TcpListenConfig &other) const |
Public Attributes | |
bool | enabled = false |
std::string | interface_ip = "0.0.0.0" |
uint16_t | port = 4040 |
Part of the Listen
config that relates to incoming TCP connections.
bool ditto::TcpListenConfig::enabled = false |
Whether or not the TCP listen connection should be enabled.
std::string ditto::TcpListenConfig::interface_ip = "0.0.0.0" |
The IP interface to bind to. 0.0.0.0 by default.
uint16_t ditto::TcpListenConfig::port = 4040 |
Listening port. 4040 by default.