|
AERN: Authenticated Encrypted Relay Network 1.0.0.0a (A1)
A post quantum authenticated and encrypted proxy chain network
|
The AERN socket connection state structure. More...
#include <aern.h>
Data Fields | |
| qsc_socket | target |
| aern_cipher_state | rxcpr |
| aern_cipher_state | txcpr |
| uint64_t | rxseq |
| uint64_t | txseq |
| uint32_t | instance |
| aern_network_flags | exflag |
The AERN socket connection state structure.
| aern_network_flags exflag |
The network stage flag
| uint32_t instance |
The connection's instance count
| aern_cipher_state rxcpr |
The receive channel cipher state
| uint64_t rxseq |
The receive channel's packet sequence number
| qsc_socket target |
The target socket structure
| aern_cipher_state txcpr |
The transmit channel cipher state
| uint64_t txseq |
The transmit channel's packet sequence number