]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: quic: activate socket per conn by default
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Mon, 21 Nov 2022 10:54:13 +0000 (11:54 +0100)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Fri, 2 Dec 2022 13:45:43 +0000 (14:45 +0100)
commite30f378236ac0423cad79fe26f20fb00d2f37819
tree37737a9b71d9d5bd33899b1b75a03eb2c3d27cf7
parentd3083c9df93e489d3c030c1f97fbd4ca5a545dfe
MINOR: quic: activate socket per conn by default

Activate QUIC connection socket to achieve the best performance. The
previous behavior can be reverted by tune.quic.socket-owner
configuration option.

This change is part of quic-conn owned socket implementation.

Contrary to its siblings patches, I suggest to not backport it to 2.7.
This should ensure that stable releases behavior is perserved. If a user
faces issues with QUIC performance on 2.7, he can nonetheless change the
default configuration.
doc/configuration.txt
src/haproxy.c