+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]
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
~~~~~~~~~~~~
- 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]