Minor updates
authorHugo Landau <hlandau@openssl.org>
Wed, 7 Feb 2024 12:43:02 +0000 (12:43 +0000)
committerHugo Landau <hlandau@openssl.org>
Thu, 8 Feb 2024 16:50:01 +0000 (16:50 +0000)
Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/23360)

doc/man3/SSL_get_value_uint.pod
include/openssl/ssl.h.in

index 4d342ceebbf71e683fcc62d829e342d468635277..55025591784e339c0dc3254cd9036001ef432df7 100644 (file)
@@ -130,6 +130,9 @@ milliseconds, where 0 represents a lack of an idle timeout. This feature can
 only be configured prior to connection establishment and cannot be subsequently
 changed.
 
+This release of OpenSSL uses a default value of 30 seconds. This default value
+may change between releases of OpenSSL.
+
 =item B<SSL_VALUE_QUIC_STREAM_BIDI_LOCAL_AVAIL>
 
 Generic read-only statistical value. The number of bidirectional,
index 9855a3836c8b042052b64d058b47b9daf89f31d6..6b54658b4f55a6e087325ec0278afe4a9be67f3c 100644 (file)
@@ -2376,7 +2376,7 @@ __owur int SSL_get_conn_close_info(SSL *ssl,
 # define SSL_VALUE_QUIC_STREAM_BIDI_REMOTE_AVAIL    2
 # define SSL_VALUE_QUIC_STREAM_UNI_LOCAL_AVAIL      3
 # define SSL_VALUE_QUIC_STREAM_UNI_REMOTE_AVAIL     4
-# define SSL_VALUE_QUIC_IDLE_TIMEOUT                0x8000
+# define SSL_VALUE_QUIC_IDLE_TIMEOUT                5
 
 int SSL_get_value_uint(SSL *s, uint32_t class_, uint32_t id, uint64_t *v);
 int SSL_set_value_uint(SSL *s, uint32_t class_, uint32_t id, uint64_t v);