Commit 338b4ba7 authored by Tatsuhiro Tsujikawa's avatar Tatsuhiro Tsujikawa

nghttpx: Don't use units to display fastopen default

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