mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 14:10:05 -04:00
Add release note for known issue #2137
This commit is contained in:
parent
9811361c4b
commit
c26a2ea134
1 changed files with 5 additions and 1 deletions
|
|
@ -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
|
||||
~~~~~~~~~~~~
|
||||
|
|
|
|||
Loading…
Reference in a new issue