RetryContext constructor

RetryContext()

Creates a fresh retry context with zero attempts.

Implementation

RetryContext() : attempt = 0, consecutive529s = 0;