Skip to content

Commit

Permalink
QUIC: Tighten up some language in SSL_CTX_set_quic_method.pod (quictl…
Browse files Browse the repository at this point in the history
  • Loading branch information
kaduk authored and Lycs-D committed May 29, 2024
1 parent 0bc8864 commit c9a8203
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doc/man3/SSL_CTX_set_quic_method.pod
Original file line number Diff line number Diff line change
Expand Up @@ -109,10 +109,10 @@ SSL_get_peer_quic_transport_version() returns the version the that was
negotiated.

SSL_set_quic_early_data_enabled() enables QUIC early data if a nonzero
value is passed. Client must set a resumed session before calling
this function. Server must set 0xffffffffu to
SSL_CTX_set_max_early_data() or SSL_set_max_early_data() so that a
session ticket indicates that server is able to accept early data.
value is passed. Clients must set a resumed session before calling this
function. Servers must additionally call SSL_CTX_set_max_early_data() or
SSL_set_max_early_data() with 0xffffffffu as the argument, so that any
issued session tickets indicate that server is able to accept early data.

=head1 NOTES

Expand Down

0 comments on commit c9a8203

Please sign in to comment.