Stores the non-owning association between a TLS engine and a socket. More...
#include <tlsio.h>
Data Fields | |
| qsc_tls_connection * | engine |
| qsc_socket * | socket |
| uint8_t | rxbuffer [QSC_TLS_IO_RX_BUFFER_SIZE] |
| size_t | rxbufferlen |
Stores the non-owning association between a TLS engine and a socket.
| qsc_tls_connection* engine |
The attached TLS engine instance.
| uint8_t rxbuffer[QSC_TLS_IO_RX_BUFFER_SIZE] |
Persistent inbound TLS stream buffer.
| size_t rxbufferlen |
Number of valid bytes in the inbound stream buffer.
| qsc_socket* socket |
The attached blocking socket.