backoffAlgorithm v1.2.0
Algorithmic library for calculating retry intervals using exponential backoff and jitter.
Constants

Constants defined in the backoffAlgorithm library. More...

Macros

#define BACKOFF_ALGORITHM_RETRY_FOREVER   ( UINT32_MAX )
 Constant to represent unlimited number of retry attempts.
 

Detailed Description

Constants defined in the backoffAlgorithm library.