From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 29 Nov 2022 13:38:23 +0000 (-0500) Subject: spelling: explicitly X-Git-Tag: dnsdist-1.8.0-rc3~10^2~20 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=93860d4c893cb34c748851dc49b51101be5a1ba9;p=thirdparty%2Fpdns.git spelling: explicitly Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- diff --git a/pdns/dnsdistdist/docs/upgrade_guide.rst b/pdns/dnsdistdist/docs/upgrade_guide.rst index 9347e8ab99..f3302729e7 100644 --- a/pdns/dnsdistdist/docs/upgrade_guide.rst +++ b/pdns/dnsdistdist/docs/upgrade_guide.rst @@ -37,7 +37,7 @@ The packet cache no longer hashes EDNS Cookies by default, which means that two All TCP worker threads are now created at startup, instead of being created on-demand. The existing behaviour was useful for very small setups but did not scale quickly to a large amount of TCP connections. The new behaviour can cause a noticeable increase of TCP connections between dnsdist and its backends, as the TCP connections are not shared between TCP worker threads. -This is especially true for setups with a large number of frontends (:func:`addLocal`, :func:`addTLSLocal`, and :func:`addDNSCryptBind` directives), as 1.6.0 sets the number of TCP workers to the number of TCP-enabled binds (with a minimum of 10), unless that number has been set explicitely via :func:`setMaxTCPClientThreads`. +This is especially true for setups with a large number of frontends (:func:`addLocal`, :func:`addTLSLocal`, and :func:`addDNSCryptBind` directives), as 1.6.0 sets the number of TCP workers to the number of TCP-enabled binds (with a minimum of 10), unless that number has been set explicitly via :func:`setMaxTCPClientThreads`. Several actions have been renamed so that almost all actions that allow further processing of rules start with 'Set', to prevent mistakes: