QUIC SSL: SSL_set_fd for BIO_s_datagram
[openssl.git] / doc / man3 / SSL_set_fd.pod
index f519630752aac6364e8b4f8899283f957b13fbbb..6e0ab578e67311f8689366340006d2dc7f754499 100644 (file)
@@ -23,6 +23,9 @@ interface between the B<ssl> and B<fd>. The BIO and hence the SSL engine
 inherit the behaviour of B<fd>. If B<fd> is nonblocking, the B<ssl> will
 also have nonblocking behaviour.
 
+When used on a QUIC SSL object, a B<datagram BIO> is automatically created
+instead of a B<socket BIO>.
+
 If there was already a BIO connected to B<ssl>, BIO_free() will be called
 (for both the reading and writing side, if different).