From: Dr. David von Oheimb Date: Mon, 24 May 2021 11:02:55 +0000 (+0200) Subject: BIO_s_accept.pod: Add missing documentation for BIO_{get,set}_accept_ip_family() X-Git-Tag: openssl-3.0.0-beta1~322 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a7014122ac4d7b29e349e51028994581e8a73840;p=thirdparty%2Fopenssl.git 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) --- diff --git a/doc/man3/BIO_s_accept.pod b/doc/man3/BIO_s_accept.pod index be1aaabb992..4e6a915b46c 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