MPDC: Multi Party Domain Cryptosystem 1.0.0.0b (A0)
MPDC Interior protocol
mpdc_connection_state Struct Reference

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
 

Detailed Description

The MPDC socket connection state structure.

Field Documentation

◆ exflag

The network stage flag

◆ instance

uint32_t instance

The connection's instance count

◆ rxcpr

qsc_rcs_state rxcpr

The receive channel cipher state

◆ rxseq

uint64_t rxseq

The receive channel's packet sequence number

◆ target

qsc_socket target

The target socket structure

◆ txcpr

qsc_rcs_state txcpr

The transmit channel cipher state

◆ txseq

uint64_t txseq

The transmit channel's packet sequence number


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