Skip to content

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

Type: uint32_t

TCP connection timeout.

Type: uint32_t

Keepalive ping interval.

Type: uint32_t

Initial reconnect delay.

Type: uint32_t

Max reconnect attempts (0 = infinite)