]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Wishy-washy
authorJosh Soref <jsoref@users.noreply.github.com>
Wed, 27 May 2020 14:41:24 +0000 (10:41 -0400)
committerGitHub <noreply@github.com>
Wed, 27 May 2020 14:41:24 +0000 (10:41 -0400)
pdns/recursordist/docs/settings.rst

index 5753e631d0d14dd5d79789e94babcc0e29169c3b..fe584cc131dd15aef9228c72d69fbed1d00c8dba 100644 (file)
@@ -1356,7 +1356,7 @@ Don't log queries.
 
 If ``SO_REUSEPORT`` support is available, allows multiple threads and processes to open listening sockets for the same port.
 
-Since 4.1.0, when ``pdns-distributes-queries`` is set to false and ``reuseport`` is enabled, every thread will open a separate listening socket to let the kernel distribute the incoming queries instead of running a distributor thread (which would otherwise be a bottleneck) and avoiding thundering herd issues, thus leading to much higher performance on multi-core boxes.
+Since 4.1.0, when ``pdns-distributes-queries`` is set to false and ``reuseport`` is enabled, every thread will open a separate listening socket to let the kernel distribute the incoming queries instead of running a distributor thread (which could otherwise be a bottleneck) and avoiding thundering herd issues, thus leading to much higher performance on multi-core boxes.
 
 .. _setting-rng: