15 std::string
host =
"127.0.0.1";
NetworkConfig loadNetworkConfig(const char *path)
Load network config from a TOML file.
Definition NetworkConfig.cpp:9
Runtime network connection parameters.
Definition NetworkConfig.hpp:14
std::string host
Server hostname or IP address.
Definition NetworkConfig.hpp:15
uint16_t port
Server TCP port.
Definition NetworkConfig.hpp:16