DOC: fix typo for fastfwd QUIC option

Replace prefix 'tune.quit.' by 'tune.quic.'.

This should be backported up to 2.9.
This commit is contained in:
Amaury Denoyelle 2023-12-21 11:30:39 +01:00
parent ca47583787
commit c62487fd08

View File

@ -3650,7 +3650,7 @@ tune.quic.socket-owner { connection | listener }
is used globally, it will be forced on every listener instance, regardless of is used globally, it will be forced on every listener instance, regardless of
their individual configuration. 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 Enables ('on') of disabled ('off') the zero-copy sends of data for the QUIC
multiplexer. It is disabled by default. multiplexer. It is disabled by default.