Commit 196de5db authored by Tatsuhiro Tsujikawa's avatar Tatsuhiro Tsujikawa

Update man pages

parent 25a35105
.\" Man page generated from reStructuredText. .\" Man page generated from reStructuredText.
. .
.TH "H2LOAD" "1" "January 19, 2016" "1.6.1-DEV" "nghttp2" .TH "H2LOAD" "1" "January 25, 2016" "1.7.0" "nghttp2"
.SH NAME .SH NAME
h2load \- HTTP/2 benchmarking tool h2load \- HTTP/2 benchmarking tool
. .
......
.\" Man page generated from reStructuredText. .\" Man page generated from reStructuredText.
. .
.TH "NGHTTP" "1" "January 19, 2016" "1.6.1-DEV" "nghttp2" .TH "NGHTTP" "1" "January 25, 2016" "1.7.0" "nghttp2"
.SH NAME .SH NAME
nghttp \- HTTP/2 client nghttp \- HTTP/2 client
. .
......
.\" Man page generated from reStructuredText. .\" Man page generated from reStructuredText.
. .
.TH "NGHTTPD" "1" "January 19, 2016" "1.6.1-DEV" "nghttp2" .TH "NGHTTPD" "1" "January 25, 2016" "1.7.0" "nghttp2"
.SH NAME .SH NAME
nghttpd \- HTTP/2 server nghttpd \- HTTP/2 server
. .
......
.\" Man page generated from reStructuredText. .\" Man page generated from reStructuredText.
. .
.TH "NGHTTPX" "1" "January 19, 2016" "1.6.1-DEV" "nghttp2" .TH "NGHTTPX" "1" "January 25, 2016" "1.7.0" "nghttp2"
.SH NAME .SH NAME
nghttpx \- HTTP/2 proxy nghttpx \- HTTP/2 proxy
. .
...@@ -305,7 +305,7 @@ Default: \fB16K\fP ...@@ -305,7 +305,7 @@ Default: \fB16K\fP
.B \-\-backend\-response\-buffer=<SIZE> .B \-\-backend\-response\-buffer=<SIZE>
Set buffer size used to store backend response. Set buffer size used to store backend response.
.sp .sp
Default: \fB16K\fP Default: \fB128K\fP
.UNINDENT .UNINDENT
.INDENT 0.0 .INDENT 0.0
.TP .TP
...@@ -870,7 +870,7 @@ the string is randomly generated at startup. If "ip" is ...@@ -870,7 +870,7 @@ the string is randomly generated at startup. If "ip" is
given, the interface address of the connection, given, the interface address of the connection,
including port number, is sent with "by" parameter. including port number, is sent with "by" parameter.
User can also specify the static obfuscated string. The User can also specify the static obfuscated string. The
limitation is that it must starts with "_", and only limitation is that it must start with "_", and only
consists of character set [A\-Za\-z0\-9._\-], as described consists of character set [A\-Za\-z0\-9._\-], as described
in RFC 7239. in RFC 7239.
.sp .sp
...@@ -878,16 +878,13 @@ Default: \fBobfuscated\fP ...@@ -878,16 +878,13 @@ Default: \fBobfuscated\fP
.UNINDENT .UNINDENT
.INDENT 0.0 .INDENT 0.0
.TP .TP
.B \-\-forwarded\-for=(obfuscated|ip|<VALUE>) .B \-\-forwarded\-for=(obfuscated|ip)
Specify the parameter value sent out with "for" Specify the parameter value sent out with "for"
parameter of Forwarded header field. If "obfuscated" is parameter of Forwarded header field. If "obfuscated" is
given, the string is randomly generated for each client given, the string is randomly generated for each client
connection. If "ip" is given, the remote client address connection. If "ip" is given, the remote client address
of the connection, without port number, is sent with of the connection, without port number, is sent with
"for" parameter. User can also specify the static "for" parameter.
obfuscated string. The limitation is that it must
starts with "_", and only consists of character set
[A\-Za\-z0\-9._\-], as described in RFC 7239.
.sp .sp
Default: \fBobfuscated\fP Default: \fBobfuscated\fP
.UNINDENT .UNINDENT
......
...@@ -270,7 +270,7 @@ Performance ...@@ -270,7 +270,7 @@ Performance
Set buffer size used to store backend response. Set buffer size used to store backend response.
Default: ``16K`` Default: ``128K``
.. option:: --fastopen=<N> .. option:: --fastopen=<N>
...@@ -775,23 +775,20 @@ HTTP ...@@ -775,23 +775,20 @@ HTTP
given, the interface address of the connection, given, the interface address of the connection,
including port number, is sent with "by" parameter. including port number, is sent with "by" parameter.
User can also specify the static obfuscated string. The User can also specify the static obfuscated string. The
limitation is that it must starts with "_", and only limitation is that it must start with "_", and only
consists of character set [A-Za-z0-9._-], as described consists of character set [A-Za-z0-9._-], as described
in RFC 7239. in RFC 7239.
Default: ``obfuscated`` Default: ``obfuscated``
.. option:: --forwarded-for=(obfuscated|ip|<VALUE>) .. option:: --forwarded-for=(obfuscated|ip)
Specify the parameter value sent out with "for" Specify the parameter value sent out with "for"
parameter of Forwarded header field. If "obfuscated" is parameter of Forwarded header field. If "obfuscated" is
given, the string is randomly generated for each client given, the string is randomly generated for each client
connection. If "ip" is given, the remote client address connection. If "ip" is given, the remote client address
of the connection, without port number, is sent with of the connection, without port number, is sent with
"for" parameter. User can also specify the static "for" parameter.
obfuscated string. The limitation is that it must
starts with "_", and only consists of character set
[A-Za-z0-9._-], as described in RFC 7239.
Default: ``obfuscated`` Default: ``obfuscated``
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment