[#DTLS_method] = DTLS_method :mrdocs: Return a client‐or‐server SSL_METHOD that negotiates DTLS 1.0 or 1.2. == Synopsis Declared in `<openssl/ssl.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:SSL_METHOD.adoc[SSL_METHOD] const* DTLS_method(); ---- == Return Value Pointer to the static DTLS SSL_METHOD for use with SSL_CTX_new. [.small]#Created with https://www.mrdocs.com[MrDocs]#