DOC: config: Fix name for tune.disable-zero-copy-forwarding global param

"disable-" prefix was missing. This param was correctly named in the list of
supported keywords in the global section, but not in the keyword
description.

No backport needed.
This commit is contained in:
Christopher Faulet 2023-11-13 14:29:12 +01:00
parent 954b5b756a
commit cb560bf3d7

View File

@ -2906,7 +2906,7 @@ tune.disable-fast-forward [ EXPERIMENTAL ]
that "expose-experimental-directives" must appear on a line before this
directive.
tune.zero-copy-forwarding
tune.disable-zero-copy-forwarding
Disables the zero-copy forwarding of data. It is a mechanism to optimize the
data fast-forwarding by avoiding to use the channel's buffer. Thanks to this
directive, it is possible to disable this optimization. Note it also disable