From c62487fd08c14efa9dcb89a34f470c2cee8b7a66 Mon Sep 17 00:00:00 2001 From: Amaury Denoyelle Date: Thu, 21 Dec 2023 11:30:39 +0100 Subject: [PATCH] DOC: fix typo for fastfwd QUIC option Replace prefix 'tune.quit.' by 'tune.quic.'. This should be backported up to 2.9. --- doc/configuration.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/configuration.txt b/doc/configuration.txt index c66f5a389..3ec385e62 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -3650,7 +3650,7 @@ tune.quic.socket-owner { connection | listener } 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.