backoffAlgorithm v1.0.1
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   ( 0U )
 Constant to represent unlimited number of retry attempts.
 

Detailed Description

Constants defined in the backoffAlgorithm library.