From cb560bf3d74c345b05a980ec36ba6edb9b7aa6b8 Mon Sep 17 00:00:00 2001 From: Christopher Faulet Date: Mon, 13 Nov 2023 14:29:12 +0100 Subject: [PATCH] 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. --- doc/configuration.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/configuration.txt b/doc/configuration.txt index d46905bee..07ace7707 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -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 -- 2.47.3