QUIC: Update SSL_accept_stream manpage

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)
This commit is contained in:
Hugo Landau 2023-08-01 15:04:42 +01:00
parent 92e3f43aec
commit 1875642c89

View File

@ -37,23 +37,13 @@ this function never blocks.
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