ryu_ldn::config::ServerConfig
ryu_ldn::config::ServerConfig
Section titled “ryu_ldn::config::ServerConfig”Server connection settings.
Configuration for connecting to theserver. Corresponds to the [server] section in config.ini.INI Keys: Server hostname or IP address: Server port number: Enable TLS encryption (0/1)structryu__ldn_1_1config_1_1ServerConfig_1
Members
Section titled “Members”Type: char
Server hostname/IP (null-terminated)
Type: uint16_t
Server port number.
use_tls
Section titled “use_tls”Type: bool
Use TLS/SSL encryption.