![]() |
Socket fields for both regular and TLS sockets.
Definition at line 79 of file as_socket.h.
#include "as_socket.h"
Data Fields | ||
union { | ||
uint64_t last_used | ||
struct as_conn_pool_s * pool | ||
}; | ||
as_tls_context * | ctx | |
int | family | |
int | fd | |
struct ssl_st * | ssl | |
const char * | tls_name | |
union { ... } as_socket |
as_tls_context* as_socket::ctx |
Definition at line 90 of file as_socket.h.
int as_socket::family |
Definition at line 82 of file as_socket.h.
int as_socket::fd |
Definition at line 81 of file as_socket.h.
uint64_t as_socket::last_used |
Definition at line 88 of file as_socket.h.
struct as_conn_pool_s* as_socket::pool |
Definition at line 87 of file as_socket.h.
struct ssl_st* as_socket::ssl |
Definition at line 92 of file as_socket.h.
const char* as_socket::tls_name |
Definition at line 91 of file as_socket.h.