pub const BACKOFF_MAX_ATTEMPTS: u32 = 5;
Max attempts for the default backoff ladder.
SPEC-TRANSPORT §7: attempt = 1; while attempt ≤ 5.
attempt = 1; while attempt ≤ 5