|
SATP: Symmetric Authenticated Tunneling Protocol 1.0.0.0a (A1)
A quantum secure symmetric pre-shared key tunneling protocol
|
The SATP keep alive state structure. This structure tracks the state of keep alive messages within SATP. 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. More...
#include <satp.h>
Data Fields | |
| uint64_t | etime |
| uint64_t | seqctr |
| bool | recd |
The SATP keep alive state structure. This structure tracks the state of keep alive messages within SATP. 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