Commit 7146954d authored by Tatsuhiro Tsujikawa's avatar Tatsuhiro Tsujikawa

Update man pages

parent 75b9be2d
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.45.1. .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.45.1.
.TH H2LOAD "1" "May 2014" "h2load nghttp2/0.4.0" "User Commands" .TH H2LOAD "1" "June 2014" "h2load nghttp2/0.4.1" "User Commands"
.SH NAME .SH NAME
h2load \- HTTP/2 benchmarking tool h2load \- HTTP/2 benchmarking tool
.SH SYNOPSIS .SH SYNOPSIS
......
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.45.1. .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.45.1.
.TH NGHTTP "1" "May 2014" "nghttp nghttp2/0.4.0" "User Commands" .TH NGHTTP "1" "June 2014" "nghttp nghttp2/0.4.1" "User Commands"
.SH NAME .SH NAME
nghttp \- HTTP/2 experimental client nghttp \- HTTP/2 experimental client
.SH SYNOPSIS .SH SYNOPSIS
......
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.45.1. .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.45.1.
.TH NGHTTPD "1" "May 2014" "nghttpd nghttp2/0.4.0" "User Commands" .TH NGHTTPD "1" "June 2014" "nghttpd nghttp2/0.4.1" "User Commands"
.SH NAME .SH NAME
nghttpd \- HTTP/2 experimental server nghttpd \- HTTP/2 experimental server
.SH SYNOPSIS .SH SYNOPSIS
......
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.45.1. .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.45.1.
.TH NGHTTPX "1" "May 2014" "nghttpx nghttp2/0.4.0" "User Commands" .TH NGHTTPX "1" "June 2014" "nghttpx nghttp2/0.4.1" "User Commands"
.SH NAME .SH NAME
nghttpx \- HTTP/2 experimental proxy nghttpx \- HTTP/2 experimental proxy
.SH SYNOPSIS .SH SYNOPSIS
...@@ -27,8 +27,10 @@ Set backend host and port. ...@@ -27,8 +27,10 @@ Set backend host and port.
Default: '127.0.0.1,80' Default: '127.0.0.1,80'
.TP .TP
\fB\-f\fR, \fB\-\-frontend=\fR<HOST,PORT> \fB\-f\fR, \fB\-\-frontend=\fR<HOST,PORT>
Set frontend host and port. Set frontend host and port. If <HOST> is '*', it
Default: '0.0.0.0,3000' assumes all addresses including both IPv4 and
IPv6.
Default: '*,3000'
.TP .TP
\fB\-\-backlog=\fR<NUM> \fB\-\-backlog=\fR<NUM>
Set listen backlog size. If \fB\-1\fR is given, Set listen backlog size. If \fB\-1\fR is given,
...@@ -188,12 +190,12 @@ format. Without this option, DHE cipher suites ...@@ -188,12 +190,12 @@ format. Without this option, DHE cipher suites
are not available. are not available.
.TP .TP
\fB\-\-npn\-list=\fR<LIST> \fB\-\-npn\-list=\fR<LIST>
Comma delimited list of NPN/ALPN protocol sorted Comma delimited list of ALPN protocol identifier
in the order of preference. That means most sorted in the order of preference. That means
desirable protocol comes first. The parameter most desirable protocol comes first. This is
must be delimited by a single comma only and any used in both ALPN and NPN. The parameter must be
white spaces are treated as a part of protocol delimited by a single comma only and any white
string. spaces are treated as a part of protocol string.
Default: h2\-12,spdy/3.1,spdy/3,spdy/2,http/1.1 Default: h2\-12,spdy/3.1,spdy/3,spdy/2,http/1.1
.TP .TP
\fB\-\-verify\-client\fR \fB\-\-verify\-client\fR
......
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