]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: quic: activate UDP GSO for QUIC if supported
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 30 May 2024 12:49:25 +0000 (14:49 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 11 Jul 2024 09:02:44 +0000 (11:02 +0200)
commit35470d518516ab48a01946ffdf4e448522c5cee6
tree67c8204dc36ac9a0e77c17b6896ec1479f71fe36
parent5bddf39fb2b90f56ff3255bbc6515e898fde2360
MINOR: quic: activate UDP GSO for QUIC if supported

Add a startup test for GSO support in quic_test_socketopts() and
automatically activate it in qc_prep_pkts() when building datagrams as
big as MTU.

Also define a new config option tune.quic.disable-udp-gso. This is
useful to prevent warning on older platform or to debug an issue which
may be related to GSO.
doc/configuration.txt
include/haproxy/global-t.h
src/cfgparse-quic.c
src/proto_quic.c