![]() |
This structure holds just an fd when we are not using TLS and additional OpenSSL context when we are using TLS.
Definition at line 78 of file as_socket.h.
#include "as_socket.h"
Data Fields | |
as_tls_context * | ctx |
int | family |
int | fd |
uint64_t | last_used |
SSL * | ssl |
const char * | tls_name |
as_tls_context* as_socket::ctx |
Definition at line 82 of file as_socket.h.
int as_socket::family |
Definition at line 80 of file as_socket.h.
int as_socket::fd |
Definition at line 79 of file as_socket.h.
uint64_t as_socket::last_used |
Definition at line 81 of file as_socket.h.
SSL* as_socket::ssl |
Definition at line 84 of file as_socket.h.
const char* as_socket::tls_name |
Definition at line 83 of file as_socket.h.