PQS: Post Quantum Shell 1.0.0.0a (A1)
A quantum safe shell application
pqs_keep_alive_state Struct Reference

Maintains the state for a keep-alive mechanism. More...

#include <pqs.h>

Data Fields

qsc_socket target
 
uint64_t etime
 
uint64_t seqctr
 
bool recd
 

Detailed Description

Maintains the state for a keep-alive mechanism.

This structure tracks the target socket, the epoch time of the keep-alive, a sequence counter, and whether a keep-alive response was received.

Field Documentation

◆ etime

uint64_t etime

The epoch time associated with the keep-alive state

◆ recd

bool recd

Flag indicating if a keep-alive response was received

◆ seqctr

uint64_t seqctr

The keep-alive packet sequence counter

◆ target

qsc_socket target

The target socket for keep-alive messages


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