Return a client‐only SSL_METHOD negotiating DTLSv1.0 or DTLSv1.2.
Synopsis
Declared in <openssl/ssl.h>
SSL_METHOD const*
DTLS_client_method();
Return Value
Pointer to a static SSL_METHOD.
Created with MrDocs