]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
QUIC: Update SSL_accept_stream manpage
authorHugo Landau <hlandau@openssl.org>
Tue, 1 Aug 2023 14:04:42 +0000 (15:04 +0100)
committerHugo Landau <hlandau@openssl.org>
Thu, 17 Aug 2023 13:41:04 +0000 (14:41 +0100)
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)

doc/man3/SSL_accept_stream.pod

index ce7c6269607388546a027105af7849a1754ed6e8..2a5fe004fa4fe4bf12da3af4420f00713b82468f 100644 (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