[#DTLS_server_method] = DTLS_server_method :mrdocs: Return a server‐only 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_server_method(); ---- == Return Value Pointer to the static DTLS server SSL_METHOD for use with SSL_CTX_new. [.small]#Created with https://www.mrdocs.com[MrDocs]#