]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: quic: use connection socket for emission
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Mon, 21 Nov 2022 13:48:57 +0000 (14:48 +0100)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Fri, 2 Dec 2022 13:45:43 +0000 (14:45 +0100)
commitdc0dcb394b4ae78243da85ce8778bc6220ac1107
treebb90518b8f585df618ad5b22ded02abb37ad0198
parent40909dfec51e8429f78f1183b0886257e9d836e3
MINOR: quic: use connection socket for emission

If quic-conn has a dedicated socket, use it for sending over the
listener socket. This should improve performance by reducing contention
over the shared listener socket.

This change is part of quic-conn owned socket implementation.
It may be backported to 2.7 after a period of observation.
src/quic_sock.c