New macro BIO_set_shutdown_wr().
[openssl.git] / doc / crypto / BIO_s_accept.pod
index ddb1f9a2b02da8292fb7804cbdadf46ef15a2879..c49da7fb02c0dc09e9251a37103f442d29b15e6c 100644 (file)
@@ -75,7 +75,9 @@ BIO_set_nbio_accept() sets the accept socket to blocking mode
 BIO_set_accept_bios() can be used to set a chain of BIOs which
 will be duplicated and prepended to the chain when an incoming
 connection is received. This is useful if, for example, a 
-buffering BIO is required for each connection.
+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_set_bind_mode() and BIO_get_bind_mode() set and retrieve
 the current bind mode. If BIO_BIND_NORMAL (the default) is set