nghttpx: Don't use units to display fastopen default

This commit is contained in:
Tatsuhiro Tsujikawa 2015-10-14 23:44:30 +09:00
parent 41710bfc7e
commit 338b4ba739
1 changed files with 5 additions and 5 deletions

View File

@ -1240,11 +1240,11 @@ Performance:
<< util::utos_with_unit(get_config()->downstream_response_buffer_size)
<< R"(
--fastopen=<N>
enables TCP Fast Open for the listening socket
and limits the maximum length for the queue of connections
that have not yet completed the three-way handshake.
If value is 0 then fast open is disabled.
Default: )" << util::utos_with_unit(get_config()->fastopen) << R"(
Enables "TCP Fast Open" for the listening socket and
limits the maximum length for the queue of connections
that have not yet completed the three-way handshake. If
value is 0 then fast open is disabled.
Default: )" << get_config()->fastopen << R"(
Timeout:
--frontend-http2-read-timeout=<DURATION>
Specify read timeout for HTTP/2 and SPDY frontend