Struct SYN_PendingAck¶
Pending ACK entry for reliable delivery tracking.
#include <syn_router.h>
Public Attributes¶
| Type | Name |
|---|---|
| bool | active |
| uint8_t | dst |
| uint8_t | len |
| uint8_t | payload |
| uint8_t | retries |
| uint32_t | sent_tick |
| uint8_t | seq |
| uint8_t | type |
Public Attributes Documentation¶
variable active¶
Slot in use
variable dst¶
Destination node ID
variable len¶
Payload length
variable payload¶
Payload copy
variable retries¶
Retransmission count
variable sent_tick¶
Tick when last sent
variable seq¶
Sequence number
variable type¶
Message type
The documentation for this class was generated from the following file src/syntropic/net/syn_router.h