Skip to content
This repository was archived by the owner on Apr 10, 2025. It is now read-only.

Commit a41a0cb

Browse files
kadukwbl
authored andcommitted
QUIC: Tighten up some language in SSL_CTX_set_quic_method.pod (#12)
1 parent 4663cdf commit a41a0cb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/man3/SSL_CTX_set_quic_method.pod

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -109,10 +109,10 @@ SSL_get_peer_quic_transport_version() returns the version the that was
109109
negotiated.
110110

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

117117
=head1 NOTES
118118

0 commit comments

Comments
 (0)