drempel v0.1.4 Drempel.Backoff View Source
Backoff functions for Drempel
Link to this section Summary
Functions
Backoff function based on exponential growth
Backoff function based on geometric growth
Example tabled backoff function
Link to this section Functions
Link to this function
exponential_backoff(x) View Source
Backoff function based on exponential growth.
Link to this function
geometric_backoff(x) View Source
Backoff function based on geometric growth.
Link to this function
table_backoff(arg1) View Source
Example tabled backoff function.