Replace prefix 'tune.quit.' by 'tune.quic.'.
This should be backported up to 2.9.
(cherry picked from commit
c62487fd08c14efa9dcb89a34f470c2cee8b7a66)
Signed-off-by: Christopher Faulet <cfaulet@haproxy.com>
is used globally, it will be forced on every listener instance, regardless of
their individual configuration.
-tune.quit.zero-copy-fwd-send { on | off }
+tune.quic.zero-copy-fwd-send { on | off }
Enables ('on') of disabled ('off') the zero-copy sends of data for the QUIC
multiplexer. It is disabled by default.