From: Ondřej Surý Date: Tue, 1 Dec 2020 12:57:25 +0000 (+0100) Subject: Add release note for known issue #2137 X-Git-Tag: v9.17.8~16^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c26a2ea13401291c7c286fc4a88787866735241f;p=thirdparty%2Fbind9.git Add release note for known issue #2137 --- diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index 23dae45db38..35cf3cdf0e3 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-current.rst @@ -19,7 +19,11 @@ Security Fixes Known Issues ~~~~~~~~~~~~ -- None. +- 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] New Features ~~~~~~~~~~~~