ryu_ldn::config::NetworkConfig
ryu_ldn::config::NetworkConfig
Section titled “ryu_ldn::config::NetworkConfig”Network behavior settings.
Configuration for network timeouts and reconnection behavior. Corresponds to the [network] section in config.ini.INI Keys: Connection timeout in milliseconds: Keepalive ping interval in milliseconds: Initial delay before reconnection attempt: Maximum reconnect attempts (0 = infinite)structryu__ldn_1_1config_1_1NetworkConfig_1
Members
Section titled “Members”connect_timeout_ms
Section titled “connect_timeout_ms”Type: uint32_t
TCP connection timeout.
ping_interval_ms
Section titled “ping_interval_ms”Type: uint32_t
Keepalive ping interval.
reconnect_delay_ms
Section titled “reconnect_delay_ms”Type: uint32_t
Initial reconnect delay.
max_reconnect_attempts
Section titled “max_reconnect_attempts”Type: uint32_t
Max reconnect attempts (0 = infinite)