Return the BIO_METHOD for a datagram (UDP) socket BIO.
Synopsis
Declared in <openssl/bio.h>
BIO_METHOD const*
BIO_s_datagram();
Return Value
Pointer to the internal datagram method table.
Created with MrDocs