backoffAlgorithm  v1.1.0
Algorithmic library for calculating retry intervals using exponential backoff and jitter.
Parameter Structure

Structure passed as parameter to backoffAlgorithm library functions. More...

Data Structures

struct  BackoffAlgorithmContext_t
 Represents parameters required for calculating the back-off delay for the next retry attempt. More...
 

Detailed Description

Structure passed as parameter to backoffAlgorithm library functions.