Represents parameters required for retry logic. More...
#include <retry_utils.h>
Data Fields | |
uint32_t | attemptsDone |
The cumulative count of backoff delay cycles completed for retries. | |
uint32_t | nextJitterMax |
The max jitter value for backoff time in retry attempt. | |
Represents parameters required for retry logic.