SATP: Symmetric Authenticated Tunneling Protocol 1.0.0.0a (A1)
A quantum secure symmetric pre-shared key tunneling protocol
qsmp_keep_alive_state Struct Reference

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

Detailed Description

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.

Field Documentation

◆ etime

uint64_t etime

The keep alive epoch time

◆ recd

bool recd

Indicates whether a keep alive response was received

◆ seqctr

uint64_t seqctr

The keep alive packet sequence number


The documentation for this struct was generated from the following file:
  • C:/Users/stepp/Documents/Visual Studio 2022/Projects/C/SATP/SATP/satp.h