]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: mux-quic: Add global option to enable/disable zero-copy forwarding
authorChristopher Faulet <cfaulet@haproxy.com>
Mon, 4 Dec 2023 14:26:23 +0000 (15:26 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Mon, 4 Dec 2023 14:33:52 +0000 (15:33 +0100)
commit5c959336fd9a88175ce11b72d04d02b83bd09ab8
treeb0938e10a64f87c6986f874d4c667a50aa55af87
parent6da0429e750d22daab2fd0ea66f8bd810cdfa40e
MINOR: mux-quic: Add global option to enable/disable zero-copy forwarding

tune.quic.zero-copy-fwd-send can now be used to enable or disable the
zero-copy fast-forwarding for the QUIC mux only, for sends. For now, there
is no option to disable it for receives because it is not supported yet.

It is enabled ('on') by default.
doc/configuration.txt
src/cfgparse-quic.c
src/mux_quic.c