From a7014122ac4d7b29e349e51028994581e8a73840 Mon Sep 17 00:00:00 2001 From: "Dr. David von Oheimb" Date: Mon, 24 May 2021 13:02:55 +0200 Subject: [PATCH] BIO_s_accept.pod: Add missing documentation for BIO_{get,set}_accept_ip_family() Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/15417) --- doc/man3/BIO_s_accept.pod | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/man3/BIO_s_accept.pod b/doc/man3/BIO_s_accept.pod index be1aaabb99..4e6a915b46 100644 --- a/doc/man3/BIO_s_accept.pod +++ b/doc/man3/BIO_s_accept.pod @@ -94,6 +94,12 @@ buffering or SSL BIO is required for each connection. The chain of BIOs must not be freed after this call, they will be automatically freed when the accept BIO is freed. +BIO_get_accept_ip_family() returns the IP family accepted by the BIO I, +which may be B, B, or B. + +BIO_set_accept_ip_family() sets the IP family I accepted by BIO I. +The default is B. + BIO_set_bind_mode() and BIO_get_bind_mode() set and retrieve the current bind mode. If B (the default) is set then another socket cannot be bound to the same port. If