mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-09-21 13:51:26 +02:00
DOC: quic: fix misspelled tune.quic.socket-owner
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.
This commit is contained in:
parent
1e5d1b0b0f
commit
a475448161
@ -4936,7 +4936,7 @@ bind /<path> [, ...] [param*]
|
|||||||
was the FD of an accept(). Should be used carefully.
|
was the FD of an accept(). Should be used carefully.
|
||||||
- 'quic4@' -> address is resolved as IPv4 and protocol UDP
|
- 'quic4@' -> address is resolved as IPv4 and protocol UDP
|
||||||
is used. Note that to achieve the best performance with a
|
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
|
connection. Else QUIC connections will be multiplexed
|
||||||
over the listener socket. Another alternative would be to
|
over the listener socket. Another alternative would be to
|
||||||
duplicate QUIC listener instances over several threads,
|
duplicate QUIC listener instances over several threads,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user