SKDP: Symmetric Key Distribution Protocol 1.1.0.0 (A1)
Encrypted tunneling protocol using pre-shared keys
skdp_network_packet Struct Reference

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
 

Detailed Description

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.

Field Documentation

◆ flag

uint8_t flag

The packet flag

◆ msglen

uint32_t msglen

The message length in bytes

◆ pmessage

uint8_t* pmessage

A pointer to the packet's message data

◆ sequence

uint64_t sequence

The packet sequence number

◆ utctime

uint64_t utctime

The packet creation time in UTC seconds from epoch


The documentation for this struct was generated from the following file: