]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: mux-pt: Add global option to enable/disable zero-copy forwarding
authorChristopher Faulet <cfaulet@haproxy.com>
Mon, 4 Dec 2023 13:48:52 +0000 (14:48 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Mon, 4 Dec 2023 14:32:32 +0000 (15:32 +0100)
commiteccef69137008d315118799d7ae1c7e8c3450ff5
tree3789175a0f607766c5c0765ac7a9e506041612e5
parent7732323cf3df151d9b546f17278e1e4698fe6f63
MINOR: mux-pt: Add global option to enable/disable zero-copy forwarding

tune.pt.zero-copy-forwarding parameter can now be used to enable or disable
the zero-copy fast-forwarding for the PT mux only. It is enabled ('on') by
default. It can be disabled by setting the parameter to 'off'. In this case,
this disables receive and send side.
doc/configuration.txt
src/mux_pt.c