DOC: quic: fix misspelled tune.quic.socket-owner

Commit 511ddd5 introduced tune.quic.socket-owner parameter
related to QUIC socket behaviour.
However it was misspelled in configuration.txt in 'bind' section as
tune.quic.conn-owner.
From a446bfc3cf50f58cde0bdc36e93154099771bf9e Mon Sep 17 00:00:00 2001
From: Artur Pydo <githu...@netdirect.fr>
Date: Tue, 6 Jun 2023 11:49:59 +0200
Subject: [PATCH] DOC: quic: fix misspelled tune.quic.socket-owner

---
 doc/configuration.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/configuration.txt b/doc/configuration.txt
index adcd00414..b147b501c 100644
--- a/doc/configuration.txt
+++ b/doc/configuration.txt
@@ -4936,7 +4936,7 @@ bind /<path> [, ...] [param*]
                       was the FD of an accept(). Should be used carefully.
                     - 'quic4@' -> address is resolved as IPv4 and protocol UDP
                       is used. Note that to achieve the best performance with a
-                      large traffic you should keep "tune.quic.conn-owner" on
+                      large traffic you should keep "tune.quic.socket-owner" on
                       connection. Else QUIC connections will be multiplexed
                       over the listener socket. Another alternative would be to
                       duplicate QUIC listener instances over several threads,
-- 
2.30.2

Reply via email to