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 | |
| uint32_t csma_sender_conf_t::backoff_period | 
backoff period in microseconds
Definition at line 77 of file csma_sender.h.
| uint16_t csma_sender_conf_t::max_backoffs | 
maximum number of retries
Definition at line 76 of file csma_sender.h.
| uint8_t csma_sender_conf_t::max_be | 
maximum backoff exponent
Definition at line 75 of file csma_sender.h.
| uint8_t csma_sender_conf_t::min_be | 
minimum backoff exponent
Definition at line 74 of file csma_sender.h.