]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: mux-h2: Add global option to enable/disable zero-copy forwarding
authorChristopher Faulet <cfaulet@haproxy.com>
Mon, 4 Dec 2023 14:18:49 +0000 (15:18 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Mon, 4 Dec 2023 14:33:34 +0000 (15:33 +0100)
commit6da0429e750d22daab2fd0ea66f8bd810cdfa40e
treec968673bca75847b8af6bc542595acd77d46968f
parentf5e73024e97dd56e3e848b66335db1aba1a4f362
MINOR: mux-h2: Add global option to enable/disable zero-copy forwarding

tune.h2.zero-copy-fwd-send can now be used to enable or disable the
zero-copy fast-forwarding for the H2 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/mux_h2.c