diff --git a/doc/man3/SSL_accept_stream.pod b/doc/man3/SSL_accept_stream.pod index ce7c626960..2a5fe004fa 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