summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Landau <hlandau@openssl.org>2023-05-11 12:38:23 +0100
committerHugo Landau <hlandau@openssl.org>2023-05-12 14:47:15 +0100
commit2b5a546ce1960883febc51f5d2a71a8b7c1b3ab9 (patch)
treea6eb0a7e1fb4d15fb3bd18c8e8660ef62c79dee7
parentde521629c1f296a6eb50a84ab2d2b200fc766bc6 (diff)
downloadopenssl-new-2b5a546ce1960883febc51f5d2a71a8b7c1b3ab9.tar.gz
QUIC: Documentation fix
Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/20765)
-rw-r--r--doc/man3/SSL_set_incoming_stream_policy.pod19
1 files changed, 9 insertions, 10 deletions
diff --git a/doc/man3/SSL_set_incoming_stream_policy.pod b/doc/man3/SSL_set_incoming_stream_policy.pod
index da03445553..ea92a15e66 100644
--- a/doc/man3/SSL_set_incoming_stream_policy.pod
+++ b/doc/man3/SSL_set_incoming_stream_policy.pod
@@ -5,7 +5,7 @@
SSL_set_incoming_stream_policy, SSL_INCOMING_STREAM_POLICY_AUTO,
SSL_INCOMING_STREAM_POLICY_ACCEPT,
SSL_INCOMING_STREAM_POLICY_REJECT - manage the QUIC incoming stream
-rejection policy
+policy
=head1 SYNOPSIS
@@ -20,17 +20,16 @@ rejection policy
=head1 DESCRIPTION
-SSL_set_incoming_stream_policy() policy changes the incoming stream
-rejection policy for a QUIC connection. Depending on the policy configured,
-OpenSSL QUIC may automatically reject incoming streams initiated by the peer.
-This is intended to ensure that legacy applications using single-stream
-operation with a default stream on a QUIC connection SSL object are not passed
-remotely-initiated streams by a peer which those applications are not prepared
-to handle.
+SSL_set_incoming_stream_policy() policy changes the incoming stream policy for a
+QUIC connection. Depending on the policy configured, OpenSSL QUIC may
+automatically reject incoming streams initiated by the peer. This is intended to
+ensure that legacy applications using single-stream operation with a default
+stream on a QUIC connection SSL object are not passed remotely-initiated streams
+by a peer which those applications are not prepared to handle.
I<app_error_code> is an application error code which will be used in any QUIC
-B<STOP_SENDING> or B<RESET_STREAM> frames generated to implement the rejection
-policy. The default application error code is 0.
+B<STOP_SENDING> or B<RESET_STREAM> frames generated to implement the policy. The
+default application error code is 0.
The valid values for I<policy> are: