|
MPDC: Multi Party Domain Cryptosystem 1.0.0.0b (A0)
MPDC Interior protocol
|
The MPDC socket connection state structure. More...
#include <mpdc.h>
Data Fields | |
| qsc_socket | target |
| qsc_rcs_state | rxcpr |
| qsc_rcs_state | txcpr |
| uint64_t | rxseq |
| uint64_t | txseq |
| uint32_t | instance |
| mpdc_network_flags | exflag |
The MPDC socket connection state structure.
| mpdc_network_flags exflag |
The network stage flag
| uint32_t instance |
The connection's instance count
| qsc_rcs_state rxcpr |
The receive channel cipher state
| uint64_t rxseq |
The receive channel's packet sequence number
| qsc_socket target |
The target socket structure
| qsc_rcs_state txcpr |
The transmit channel cipher state
| uint64_t txseq |
The transmit channel's packet sequence number