]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
DOC: quic: fix misspelled tune.quic.socket-owner
authorArtur Pydo <githubap@netdirect.fr>
Tue, 6 Jun 2023 09:49:59 +0000 (11:49 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Tue, 6 Jun 2023 12:49:40 +0000 (14:49 +0200)
Commit 511ddd5 introduced tune.quic.socket-owner parameter related to
QUIC socket behaviour. However it was misspelled in configuration.txt in
'bind' section as tune.quic.conn-owner.

doc/configuration.txt

index adcd00414404558f28360203a743f0746f9ac76e..b147b501cfbc42f5ce12bd1709f55d924264f8ab 100644 (file)
@@ -4936,7 +4936,7 @@ bind /<path> [, ...] [param*]
                       was the FD of an accept(). Should be used carefully.
                     - 'quic4@' -> address is resolved as IPv4 and protocol UDP
                       is used. Note that to achieve the best performance with a
-                      large traffic you should keep "tune.quic.conn-owner" on
+                      large traffic you should keep "tune.quic.socket-owner" on
                       connection. Else QUIC connections will be multiplexed
                       over the listener socket. Another alternative would be to
                       duplicate QUIC listener instances over several threads,