]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
dnsdist: Fix documentation typo
authorRemi Gacogne <remi.gacogne@powerdns.com>
Mon, 10 Jan 2022 14:54:42 +0000 (15:54 +0100)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Thu, 10 Feb 2022 10:48:27 +0000 (11:48 +0100)
pdns/dnsdistdist/docs/reference/tuning.rst

index 09e04083fee3183fd9b9772f9bc81693e7d9b9dc..c8d058fe038d0b9e39c60e466db6d2801ec08b62 100644 (file)
@@ -128,7 +128,7 @@ Tuning related functions
 
   .. versionadded:: 1.8.0
 
-  Setting this parameter to true (default is false) will randomize the IDs in outgoing UDPqueries, at a small performance cost. :func:`setMaxUDPOutstanding`
+  Setting this parameter to true (default is false) will randomize the IDs in outgoing UDP queries, at a small performance cost. :func:`setMaxUDPOutstanding`
   should be set at its highest possible value (default since 1.4.0) to make that setting fully efficient. This is only useful if the path between dnsdist
   and the backend is not trusted and the 'TCP-only', DNS over TLS or DNS over HTTPS transports cannot be used.
   See also :func:`setRandomizedOutgoingSockets`.