Skip to content

ryu_ldn::network::ReconnectConfig

Configuration for the reconnection manager.

This structure holds all configurable parameters for the exponential backoff algorithm.

Type: uint32_t

Initial delay before first retry (milliseconds)

Type: uint32_t

Maximum delay cap (milliseconds)

Type: uint16_t

Multiplier for exponential growth.

Type: uint8_t

Jitter percentage for randomization.

Type: uint16_t

Maximum number of retry attempts (0 = infinite)

void ReconnectConfig()

Default constructor with sensible defaults.

Initializes with: