Skip to content

Struct SYN_PendingAck

ClassList > 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

bool SYN_PendingAck::active;

Slot in use


variable dst

uint8_t SYN_PendingAck::dst;

Destination node ID


variable len

uint8_t SYN_PendingAck::len;

Payload length


variable payload

uint8_t SYN_PendingAck::payload[SYN_ROUTER_MAX_PAYLOAD];

Payload copy


variable retries

uint8_t SYN_PendingAck::retries;

Retransmission count


variable sent_tick

uint32_t SYN_PendingAck::sent_tick;

Tick when last sent


variable seq

uint8_t SYN_PendingAck::seq;

Sequence number


variable type

uint8_t SYN_PendingAck::type;

Message type



The documentation for this class was generated from the following file src/syntropic/net/syn_router.h