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

Enumerated types of the backoffAlgorithm library. More...

Enumerations

enum  BackoffAlgorithmStatus_t { BackoffAlgorithmSuccess = 0 , BackoffAlgorithmRetriesExhausted }
 Status for BackoffAlgorithm_GetNextBackoff. More...
 

Detailed Description

Enumerated types of the backoffAlgorithm library.

Enumeration Type Documentation

◆ BackoffAlgorithmStatus_t

Status for BackoffAlgorithm_GetNextBackoff.

Enumerator
BackoffAlgorithmSuccess 

The function successfully calculated the next back-off value.

BackoffAlgorithmRetriesExhausted 

The function exhausted all retry attempts.