Update man pages
This commit is contained in:
parent
0fca352114
commit
f725e419e8
|
@ -1,6 +1,6 @@
|
||||||
.\" Man page generated from reStructuredText.
|
.\" 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
|
.SH NAME
|
||||||
h2load \- HTTP/2 benchmarking tool
|
h2load \- HTTP/2 benchmarking tool
|
||||||
.
|
.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
.\" Man page generated from reStructuredText.
|
.\" 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
|
.SH NAME
|
||||||
nghttp \- HTTP/2 client
|
nghttp \- HTTP/2 client
|
||||||
.
|
.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
.\" Man page generated from reStructuredText.
|
.\" 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
|
.SH NAME
|
||||||
nghttpd \- HTTP/2 server
|
nghttpd \- HTTP/2 server
|
||||||
.
|
.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
.\" Man page generated from reStructuredText.
|
.\" 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
|
.SH NAME
|
||||||
nghttpx \- HTTP/2 proxy
|
nghttpx \- HTTP/2 proxy
|
||||||
.
|
.
|
||||||
|
@ -364,6 +364,13 @@ value is 0 then fast open is disabled.
|
||||||
.sp
|
.sp
|
||||||
Default: \fB0\fP
|
Default: \fB0\fP
|
||||||
.UNINDENT
|
.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
|
.SS Timeout
|
||||||
.INDENT 0.0
|
.INDENT 0.0
|
||||||
.TP
|
.TP
|
||||||
|
@ -433,6 +440,22 @@ disables this feature.
|
||||||
.sp
|
.sp
|
||||||
Default: \fB30s\fP
|
Default: \fB30s\fP
|
||||||
.UNINDENT
|
.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
|
.SS SSL/TLS
|
||||||
.INDENT 0.0
|
.INDENT 0.0
|
||||||
.TP
|
.TP
|
||||||
|
|
|
@ -332,6 +332,13 @@ Performance
|
||||||
|
|
||||||
Default: ``0``
|
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
|
Timeout
|
||||||
~~~~~~~
|
~~~~~~~
|
||||||
|
|
||||||
|
@ -394,6 +401,20 @@ Timeout
|
||||||
|
|
||||||
Default: ``30s``
|
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
|
SSL/TLS
|
||||||
~~~~~~~
|
~~~~~~~
|
||||||
|
|
Loading…
Reference in New Issue