Skip to main content

BACKOFF_MAX_ATTEMPTS

Constant BACKOFF_MAX_ATTEMPTS 

Source
pub const BACKOFF_MAX_ATTEMPTS: u32 = 5;
Expand description

Max attempts for the default backoff ladder.

SPEC-TRANSPORT §7: attempt = 1; while attempt ≤ 5.