Skip to content

ryu_ldn::network::RyuLdnClientConfig

Configuration for.

Type: char

Server hostname or IP address.

Type: uint16_t

Server port number.

Type: uint32_t

Connection timeout in milliseconds.

Type: uint32_t

Receive timeout in milliseconds.

Type: uint32_t

Ping interval in milliseconds (0 to disable)

Type: ReconnectConfig

Reconnection configuration.

Type: bool

Whether to automatically reconnect on disconnect.

Type: char

Room passphrase for filtering (empty = public rooms)

void RyuLdnClientConfig()

Default constructor with sensible defaults.

Initializes configuration with:

void RyuLdnClientConfig(const& cfg)

Constructor from Config structure.

Constructor from application Config.Translates application-level configuration to client configuration.cfgApplication configuration from INI fileparam

Parameters:

  • cfg (const&)