backoff_algorithm.c | Implementation of the backoff algorithm API for a "Full Jitter" exponential backoff with jitter strategy |
backoff_algorithm.h | API for calculating backoff period for retry attempts using exponential backoff with jitter algorithm. This library represents the "Full Jitter" backoff strategy explained in the following document. https://aws.amazon.com/blogs/architecture/exponential-backoff-and-jitter/ |