Fixes https://github.com/openssl/project/issues/135
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/21618)
SSL_get_accept_stream_queue_len() returns the number of incoming streams
currently waiting in the accept queue.
-=begin comment
-
-TODO(QUIC): Revise in MSMT PR to mention threading considerations.
-
-=end comment
+These functions can be used from multiple threads for the same QUIC connection.
Depending on whether default stream functionality is being used, it may be
necessary to explicitly configure the incoming stream policy before streams can
be accepted; see L<SSL_set_incoming_stream_policy(3)>. See also
-L<openssl-quic(7)/MODES OF OPERATION>.
-
-=begin comment
-
-TODO(QUIC): Update the above to refer to default stream man(7) page once
-man(7) pages are merged
-
-=end comment
+L<openssl-quic(7)/MODES OF OPERATION> for more information on default stream
+functionality.
=head1 RETURN VALUES