SKDP: Symmetric Key Distribution Protocol 1.1.0.0 (A1)
Encrypted tunneling protocol using pre-shared keys
|
The SKDP network packet structure. More...
#include <skdp.h>
Data Fields | |
uint8_t | flag |
uint32_t | msglen |
uint64_t | sequence |
uint64_t | utctime |
uint8_t * | pmessage |
The SKDP network packet structure.
This structure defines the format of a SKDP network packet. It includes a packet flag, the message length, a sequence number, a UTC timestamp for packet creation, and a pointer to the message data.
uint8_t flag |
The packet flag
uint32_t msglen |
The message length in bytes
uint8_t* pmessage |
A pointer to the packet's message data
uint64_t sequence |
The packet sequence number
uint64_t utctime |
The packet creation time in UTC seconds from epoch