A TLS socket listener that owns a listening socket and references a TLS socket context. More...
#include <tlssocket.h>
Data Fields | |
| qsc_socket | socket |
| const qsc_tls_socket_context * | context |
| qsc_socket_address_families | family |
| uint16_t | port |
| int32_t | backlog |
| qsc_tls_socket_options | socketoptions |
| bool | initialized |
| bool | listening |
A TLS socket listener that owns a listening socket and references a TLS socket context.
| int32_t backlog |
The listener backlog.
| const qsc_tls_socket_context* context |
The context used to initialize accepted TLS server connections.
| qsc_socket_address_families family |
The listener address family.
| bool initialized |
Indicates that the listener has been initialized.
| bool listening |
Indicates that the listener is bound and accepting.
| uint16_t port |
The listener port.
| qsc_socket socket |
The listening socket.
| qsc_tls_socket_options socketoptions |
The listener socket options.