From: Hugo Landau Date: Tue, 1 Aug 2023 14:04:42 +0000 (+0100) Subject: QUIC: Update SSL_accept_stream manpage X-Git-Tag: openssl-3.2.0-alpha1~200 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1875642c8954638077ca82a77b759b448c28e2d4;p=thirdparty%2Fopenssl.git QUIC: Update SSL_accept_stream manpage Fixes https://github.com/openssl/project/issues/135 Reviewed-by: Tomas Mraz Reviewed-by: Matt Caswell (Merged from https://github.com/openssl/openssl/pull/21618) --- diff --git a/doc/man3/SSL_accept_stream.pod b/doc/man3/SSL_accept_stream.pod index ce7c6269607..2a5fe004fa4 100644 --- a/doc/man3/SSL_accept_stream.pod +++ b/doc/man3/SSL_accept_stream.pod @@ -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. See also -L. - -=begin comment - -TODO(QUIC): Update the above to refer to default stream man(7) page once -man(7) pages are merged - -=end comment +L for more information on default stream +functionality. =head1 RETURN VALUES