Definition at line 120 of file ssl.cpp.
Public Member Functions | |
s_ssl_send_later () | |
Public Attributes | |
list< s_ssl_data > | data |
Array of data packets. | |
bool | has_error |
Set to true, if we have data, but there's an error on the socket, or socket has been closed (by remote host). | |
SSL * | ssl |
SSL descriptor. |
|
Definition at line 125 of file ssl.cpp. References data, has_error, and ssl.
|
|
Array of data packets.
Definition at line 123 of file ssl.cpp. Referenced by s_ssl_send_later(), and SSL_write_(). |
|
Set to true, if we have data, but there's an error on the socket, or socket has been closed (by remote host).
Definition at line 121 of file ssl.cpp. Referenced by s_ssl_send_later(), and SSL_write_(). |
|
SSL descriptor.
Definition at line 122 of file ssl.cpp. Referenced by s_ssl_send_later(), and SSL_write_(). |