]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - doc/man7/openssl-quic.pod
Clarify SSL_accept_stream/SSL_new_stream behaviour with a default stream
[thirdparty/openssl.git] / doc / man7 / openssl-quic.pod
index 2ecf488d0618a73faa6e174f64346077cd177a41..e4f73952f5e8713d459d2abac4b3f17c4437e8e2 100644 (file)
@@ -97,6 +97,10 @@ in order to use L<SSL_accept_stream(3)> in this case. However, applications
 using additional streams are strongly recommended to use multi-stream mode
 instead.
 
+Calling L<SSL_new_stream(3)> or L<SSL_accept_stream(3)> before a default stream
+has been associated with the QUIC connection SSL object will inhibit future
+creation of a default stream.
+
 =head2 Multi-Stream Mode
 
 The recommended usage mode for new applications adopting QUIC is multi-stream