#include <tls.h>
Data Fields | |
| int | socket |
| in6_addr | addr |
| int | sport |
| nussl_session * | nussl |
Definition at line 61 of file tls.h.
| struct in6_addr client_connection::addr |
IPv6 address
Definition at line 66 of file tls.h.
Referenced by tls_sasl_connect(), and tls_user_accept().
Nussl server structure
Definition at line 72 of file tls.h.
Referenced by tls_sasl_connect(), and tls_user_accept().
Socket file descriptor, init. with accept() and set to SO_KEEPALIVE mode
Definition at line 63 of file tls.h.
Referenced by tls_sasl_connect(), and tls_user_accept().
Source port
Definition at line 69 of file tls.h.
Referenced by tls_sasl_connect(), and tls_user_accept().
1.4.7