libguac 1.5.5
Loading...
Searching...
No Matches
Data Fields
guac_socket_ssl_data Struct Reference

SSL socket-specific data. More...

#include <socket-ssl.h>

Data Fields

int fd
 The file descriptor that SSL communication will take place over.
 
SSL_CTX * context
 The current SSL context.
 
SSL * ssl
 The SSL connection, created automatically via guac_socket_open_secure().
 
pthread_mutex_t socket_lock
 Lock that is acquired when an instruction is being written, and released when the instruction is finished being written.
 

Detailed Description

SSL socket-specific data.


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