PQS: Post Quantum Shell 1.0.0.0a (A1)
A quantum safe shell application
|
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 |
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.
uint64_t etime |
The epoch time associated with the keep-alive state
bool recd |
Flag indicating if a keep-alive response was received
uint64_t seqctr |
The keep-alive packet sequence counter
qsc_socket target |
The target socket for keep-alive messages