Skip to content

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

Type: char

Server hostname/IP (null-terminated)

Type: uint16_t

Server port number.

Type: bool

Use TLS/SSL encryption.