Struct SYN_Packet¶
Router packet — wire format header + payload buffer.
#include <syn_router.h>
Public Attributes¶
| Type | Name |
|---|---|
| uint8_t | dst |
| uint8_t | flags |
| uint8_t | len |
| uint8_t | payload |
| uint8_t | seq |
| uint8_t | src |
| uint8_t | type |
Public Attributes Documentation¶
variable dst¶
Destination (0xFF = broadcast)
variable flags¶
Packet flags
variable len¶
Payload length
variable payload¶
Payload data
variable seq¶
Sequence number
variable src¶
Source node ID
variable type¶
Message type (app-defined)
The documentation for this class was generated from the following file src/syntropic/net/syn_router.h