summaryrefslogtreecommitdiffstats
path: root/doc/man1/s_server.pod
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2017-03-02 17:40:43 +0000
committerMatt Caswell <matt@openssl.org>2017-03-02 17:44:16 +0000
commit83750d9b2b51bb622138d48fc82eb408b64d8057 (patch)
tree82864c761ae5959fa1ab0620e45435369dfae089 /doc/man1/s_server.pod
parentcd9f7f624ee434606b084d77e6845f15f8c501bc (diff)
More early data documentation updates following feedback
Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/2737)
Diffstat (limited to 'doc/man1/s_server.pod')
-rw-r--r--doc/man1/s_server.pod5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/man1/s_server.pod b/doc/man1/s_server.pod
index 3807a6cd3d..c16b562465 100644
--- a/doc/man1/s_server.pod
+++ b/doc/man1/s_server.pod
@@ -529,11 +529,12 @@ The list should contain most wanted protocols first.
Protocol names are printable ASCII strings, for example "http/1.1" or
"spdy/3".
-=item B<-max_early_data>
+=item B<-max_early_data arg>
Change the default maximum early data bytes that are specified for new sessions
and any incoming early data (when used in conjunction with the B<-early_data>
-flag). The default value is approximately 16k.
+flag). The default value is approximately 16k. The argument must be an integer
+greater than or equal to 0.
=item B<-early_data>