backoffAlgorithm v1.3.0
Algorithmic library for calculating retry intervals using exponential backoff and jitter.
 
Loading...
Searching...
No Matches
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.