Return the SSL_METHOD for thread‐assisted QUIC client use.

Synopsis

Declared in <openssl/quic.h>

SSL_METHOD const*
OSSL_QUIC_client_thread_method();

Return Value

Pointer to the constant thread‐assisted QUIC client method.

Created with MrDocs