|
SH2SC-EDT
Self-Healing Hardware and Software Complex for Encrypted Data Transmission
|
Variables | |
| const uint32_t | ACK_TIMEOUT_MS = 50UL |
| Maximum milliseconds TX waits for an ACK before retransmitting. | |
| const uint8_t | MAX_RETRIES = 50u |
| Retransmission limit per packet; exhausting this triggers suspendSession(). | |
| const uint32_t | ACK_TIMEOUT_MS = 50UL |
| Maximum milliseconds TX waits for an ACK before retransmitting. | |
| const uint8_t | MAX_RETRIES = 50u |
| Retransmission limit per packet; exhausting this triggers suspendSession(). | |
| const uint32_t ACK_TIMEOUT_MS = 50UL |
Maximum milliseconds TX waits for an ACK before retransmitting.
Definition at line 157 of file protocol.h.
| const uint32_t ACK_TIMEOUT_MS = 50UL |
Maximum milliseconds TX waits for an ACK before retransmitting.
Definition at line 157 of file protocol.h.
Referenced by tx_loop().
| const uint8_t MAX_RETRIES = 50u |
Retransmission limit per packet; exhausting this triggers suspendSession().
Definition at line 158 of file protocol.h.
| const uint8_t MAX_RETRIES = 50u |
Retransmission limit per packet; exhausting this triggers suspendSession().
Definition at line 158 of file protocol.h.
Referenced by tx_loop().