Skip to content

Commit

Permalink
Minor updates
Browse files Browse the repository at this point in the history
Reviewed-by: Neil Horman <[email protected]>
Reviewed-by: Matt Caswell <[email protected]>
Reviewed-by: Tomas Mraz <[email protected]>
(Merged from openssl#23360)
  • Loading branch information
hlandau committed Feb 8, 2024
1 parent 99a5cfc commit 01690a7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions doc/man3/SSL_get_value_uint.pod
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion include/openssl/ssl.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 01690a7

Please sign in to comment.