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 |
Structure to hold connection and state information.
| SSL_CTX* ctx |
SSL context for secure communication
| unsigned pendrand |
Number of random bytes read from the connection but not yet processed
| unsigned rqrand |
Number of random bytes requested but not yet seen (seen starts when header received)
| int sentversion |
Flag to allow automatic one-off transmission of our version at start of connection
| SSL* ssl |
OpenSSL SSL object for network connection
| int verbose |
Verbosity level for logging and debugging