Configuration type for backoff. More...
Configuration type for backoff.
Definition at line 73 of file csma_sender.h.
#include <csma_sender.h>
Data Fields | |
| uint8_t | min_be | 
| minimum backoff exponent  | |
| uint8_t | max_be | 
| maximum backoff exponent  | |
| uint16_t | max_backoffs | 
| maximum number of retries  | |
| uint32_t | backoff_period | 
| backoff period in microseconds  | |