[#BIO_sock_info_type] = BIO_sock_info_type :mrdocs: Kinds of socket metadata that BIO_sock_info() can retrieve. == Synopsis Declared in `<openssl/bio.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- enum BIO_sock_info_type; ---- == Members [cols="1,4"] |=== | Name| Description | `BIO_SOCK_INFO_ADDRESS` | Request the local or peer BIO_ADDR for the socket. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#