Update man pages
This commit is contained in:
parent
0fca352114
commit
f725e419e8
|
@ -1,6 +1,6 @@
|
|||
.\" Man page generated from reStructuredText.
|
||||
.
|
||||
.TH "H2LOAD" "1" "April 29, 2016" "1.11.0-DEV" "nghttp2"
|
||||
.TH "H2LOAD" "1" "May 21, 2016" "1.11.0-DEV" "nghttp2"
|
||||
.SH NAME
|
||||
h2load \- HTTP/2 benchmarking tool
|
||||
.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
.\" Man page generated from reStructuredText.
|
||||
.
|
||||
.TH "NGHTTP" "1" "April 29, 2016" "1.11.0-DEV" "nghttp2"
|
||||
.TH "NGHTTP" "1" "May 21, 2016" "1.11.0-DEV" "nghttp2"
|
||||
.SH NAME
|
||||
nghttp \- HTTP/2 client
|
||||
.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
.\" Man page generated from reStructuredText.
|
||||
.
|
||||
.TH "NGHTTPD" "1" "April 29, 2016" "1.11.0-DEV" "nghttp2"
|
||||
.TH "NGHTTPD" "1" "May 21, 2016" "1.11.0-DEV" "nghttp2"
|
||||
.SH NAME
|
||||
nghttpd \- HTTP/2 server
|
||||
.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
.\" Man page generated from reStructuredText.
|
||||
.
|
||||
.TH "NGHTTPX" "1" "April 29, 2016" "1.11.0-DEV" "nghttp2"
|
||||
.TH "NGHTTPX" "1" "May 21, 2016" "1.11.0-DEV" "nghttp2"
|
||||
.SH NAME
|
||||
nghttpx \- HTTP/2 proxy
|
||||
.
|
||||
|
@ -364,6 +364,13 @@ value is 0 then fast open is disabled.
|
|||
.sp
|
||||
Default: \fB0\fP
|
||||
.UNINDENT
|
||||
.INDENT 0.0
|
||||
.TP
|
||||
.B \-\-no\-kqueue
|
||||
Don\(aqt use kqueue. This option is only applicable for
|
||||
the platforms which have kqueue. For other platforms,
|
||||
this option will be simply ignored.
|
||||
.UNINDENT
|
||||
.SS Timeout
|
||||
.INDENT 0.0
|
||||
.TP
|
||||
|
@ -433,6 +440,22 @@ disables this feature.
|
|||
.sp
|
||||
Default: \fB30s\fP
|
||||
.UNINDENT
|
||||
.INDENT 0.0
|
||||
.TP
|
||||
.B \-\-frontend\-http2\-setting\-timeout=<DURATION>
|
||||
Specify timeout before SETTINGS ACK is received from
|
||||
client.
|
||||
.sp
|
||||
Default: \fB10s\fP
|
||||
.UNINDENT
|
||||
.INDENT 0.0
|
||||
.TP
|
||||
.B \-\-backend\-http2\-settings\-timeout=<DURATION>
|
||||
Specify timeout before SETTINGS ACK is received from
|
||||
backend server.
|
||||
.sp
|
||||
Default: \fB10s\fP
|
||||
.UNINDENT
|
||||
.SS SSL/TLS
|
||||
.INDENT 0.0
|
||||
.TP
|
||||
|
|
|
@ -332,6 +332,13 @@ Performance
|
|||
|
||||
Default: ``0``
|
||||
|
||||
.. option:: --no-kqueue
|
||||
|
||||
Don't use kqueue. This option is only applicable for
|
||||
the platforms which have kqueue. For other platforms,
|
||||
this option will be simply ignored.
|
||||
|
||||
|
||||
Timeout
|
||||
~~~~~~~
|
||||
|
||||
|
@ -394,6 +401,20 @@ Timeout
|
|||
|
||||
Default: ``30s``
|
||||
|
||||
.. option:: --frontend-http2-setting-timeout=<DURATION>
|
||||
|
||||
Specify timeout before SETTINGS ACK is received from
|
||||
client.
|
||||
|
||||
Default: ``10s``
|
||||
|
||||
.. option:: --backend-http2-settings-timeout=<DURATION>
|
||||
|
||||
Specify timeout before SETTINGS ACK is received from
|
||||
backend server.
|
||||
|
||||
Default: ``10s``
|
||||
|
||||
|
||||
SSL/TLS
|
||||
~~~~~~~
|
||||
|
|
Loading…
Reference in New Issue