nghttpx: Document "quic" parameter

This commit is contained in:
Tatsuhiro Tsujikawa 2021-08-31 19:18:58 +09:00
parent 3122038c48
commit 65db5b94e4
1 changed files with 6 additions and 0 deletions

View File

@ -2252,6 +2252,12 @@ Connections:
connection, specify "proxyproto" parameter. This is
disabled by default.
To receive HTTP/3 (QUIC) traffic, specify "quic"
parameter. It makes nghttpx listen on UDP port rather
than TCP port. UNIX domain socket, "api", and
"healthmon" parameters cannot be used with "quic"
parameter.
Default: *,3000
--backlog=<N>
Set listen backlog size.