From: Remi Gacogne Date: Mon, 10 Jan 2022 14:54:42 +0000 (+0100) Subject: dnsdist: Fix documentation typo X-Git-Tag: rec-4.7.0-alpha1~11^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9487ee084e0031ad836c6a33ccc92c7a7927aef2;p=thirdparty%2Fpdns.git dnsdist: Fix documentation typo --- diff --git a/pdns/dnsdistdist/docs/reference/tuning.rst b/pdns/dnsdistdist/docs/reference/tuning.rst index 09e04083fe..c8d058fe03 100644 --- a/pdns/dnsdistdist/docs/reference/tuning.rst +++ b/pdns/dnsdistdist/docs/reference/tuning.rst @@ -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`.