Quantum Dice QEaaS API 1.0.5
 
Loading...
Searching...
No Matches
QDREMRAND Struct Reference

Structure to hold connection and state information. More...

#include <qdremrand.h>

Public Attributes

SSL_CTX * ctx
 
SSL * ssl
 
unsigned rqrand
 
unsigned pendrand
 
int sentversion
 
int verbose
 

Detailed Description

Structure to hold connection and state information.

Member Data Documentation

◆ ctx

SSL_CTX* ctx

SSL context for secure communication

◆ pendrand

unsigned pendrand

Number of random bytes read from the connection but not yet processed

◆ rqrand

unsigned rqrand

Number of random bytes requested but not yet seen (seen starts when header received)

◆ sentversion

int sentversion

Flag to allow automatic one-off transmission of our version at start of connection

◆ ssl

SSL* ssl

OpenSSL SSL object for network connection

◆ verbose

int verbose

Verbosity level for logging and debugging


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