ryu_ldn::network::ReconnectConfig
ryu_ldn::network::ReconnectConfig
Section titled “ryu_ldn::network::ReconnectConfig”Configuration for the reconnection manager.
This structure holds all configurable parameters for the exponential backoff algorithm.
Members
Section titled “Members”initial_delay_ms
Section titled “initial_delay_ms”Type: uint32_t
Initial delay before first retry (milliseconds)
max_delay_ms
Section titled “max_delay_ms”Type: uint32_t
Maximum delay cap (milliseconds)
multiplier_percent
Section titled “multiplier_percent”Type: uint16_t
Multiplier for exponential growth.
jitter_percent
Section titled “jitter_percent”Type: uint8_t
Jitter percentage for randomization.
max_retries
Section titled “max_retries”Type: uint16_t
Maximum number of retry attempts (0 = infinite)
Methods
Section titled “Methods”ReconnectConfig
Section titled “ReconnectConfig”void ReconnectConfig()Default constructor with sensible defaults.
Initializes with: