SKDP: Symmetric Key Distribution Protocol 1.1.0.0 (A1)
Encrypted tunneling protocol using pre-shared keys
|
The SKDP keep alive state structure. More...
#include <skdp.h>
Data Fields | |
uint64_t | etime |
uint64_t | seqctr |
bool | recd |
The SKDP keep alive state structure.
This structure tracks the state of keep alive messages within SKDP. It includes the epoch time when the last keep alive message was sent, a packet sequence counter, and a flag indicating whether a response has been received.
uint64_t etime |
The keep alive epoch time
bool recd |
Indicates whether a keep alive response was received
uint64_t seqctr |
The keep alive packet sequence number