diff --git a/doc/h2load.1 b/doc/h2load.1 index a7e45e99..ef9dd4d2 100644 --- a/doc/h2load.1 +++ b/doc/h2load.1 @@ -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 . diff --git a/doc/nghttp.1 b/doc/nghttp.1 index 468d05ea..b2c0a00c 100644 --- a/doc/nghttp.1 +++ b/doc/nghttp.1 @@ -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 . diff --git a/doc/nghttpd.1 b/doc/nghttpd.1 index cc8d6590..fe78781c 100644 --- a/doc/nghttpd.1 +++ b/doc/nghttpd.1 @@ -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 . diff --git a/doc/nghttpx.1 b/doc/nghttpx.1 index 4f9d2e9e..403ec089 100644 --- a/doc/nghttpx.1 +++ b/doc/nghttpx.1 @@ -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= +Specify timeout before SETTINGS ACK is received from +client. +.sp +Default: \fB10s\fP +.UNINDENT +.INDENT 0.0 +.TP +.B \-\-backend\-http2\-settings\-timeout= +Specify timeout before SETTINGS ACK is received from +backend server. +.sp +Default: \fB10s\fP +.UNINDENT .SS SSL/TLS .INDENT 0.0 .TP diff --git a/doc/nghttpx.1.rst b/doc/nghttpx.1.rst index 79d65c3f..a54f48be 100644 --- a/doc/nghttpx.1.rst +++ b/doc/nghttpx.1.rst @@ -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= + + Specify timeout before SETTINGS ACK is received from + client. + + Default: ``10s`` + +.. option:: --backend-http2-settings-timeout= + + Specify timeout before SETTINGS ACK is received from + backend server. + + Default: ``10s`` + SSL/TLS ~~~~~~~