dnp3 (C API) 1.1.0
|
Retry strategy configuration. More...
#include <dnp3.h>
Data Fields | |
uint64_t | min_delay |
Minimum delay between two retries. More... | |
uint64_t | max_delay |
Maximum delay between two retries. More... | |
Retry strategy configuration.
The strategy uses an exponential back-off with a minimum and maximum value.
uint64_t dnp3_retry_strategy_t::max_delay |
Maximum delay between two retries.
uint64_t dnp3_retry_strategy_t::min_delay |
Minimum delay between two retries.