From: Ondřej Surý Date: Wed, 2 Dec 2020 15:24:15 +0000 (+0100) Subject: Add CHANGES and release note for GL #2137 X-Git-Tag: v9.17.8~9^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5e1a23a1b6038cf29e11a37a36cc658038b428a3;p=thirdparty%2Fbind9.git Add CHANGES and release note for GL #2137 --- diff --git a/CHANGES b/CHANGES index 9f3554ab4e3..a5ad05b9d37 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,7 @@ +5545. [func] Restore reading of incoming queries by multiple netmgr + threads on platforms other than Linux and FreeBSD 12. + [GL #2137] + 5544. [func] Restore the default value of nocookie-udp-size to 4096. [GL #2250] diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index e428f287b60..b06d0e4adac 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-current.rst @@ -19,11 +19,7 @@ Security Fixes Known Issues ~~~~~~~~~~~~ -- The ``named`` daemon uses load-balanced sockets to increase performance by - distributing the incoming queries among multiple threads. Currently, the only - operating systems that support load-balanced sockets are Linux and FreeBSD 12, - thus both UDP and TCP performance is limited to a single-thread on systems - without load-balancing socket support. [GL #2137] +- None. New Features ~~~~~~~~~~~~ @@ -70,3 +66,10 @@ Bug Fixes - Building with native PKCS#11 support for AEP Keyper has been broken since BIND 9.17.4. This has been fixed. [GL #2315] + +- The ``named`` daemon uses load-balanced sockets to increase performance by + distributing the incoming queries among multiple threads. Currently, the only + operating systems that support load-balanced sockets are Linux and FreeBSD 12, + thus both UDP and TCP performance was limited to a single-thread on systems + without load-balancing socket support. This has been fixed on all platforms + except Windows. [GL #2137]