C
#define RETRANSMISSION_TIMES 3
Description
RETRANSMISSION_TIMES defines the maximum retries that can be performed if a proper acknowledgement packet is not received in predefined time period, if ENABLE_RETRANSMISSION is defined.
#define RETRANSMISSION_TIMES 3
RETRANSMISSION_TIMES defines the maximum retries that can be performed if a proper acknowledgement packet is not received in predefined time period, if ENABLE_RETRANSMISSION is defined.