]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
CHANGES note
authorWitold Kręcicki <wpk@isc.org>
Tue, 12 May 2020 13:04:54 +0000 (15:04 +0200)
committerOndřej Surý <ondrej@isc.org>
Wed, 3 Jun 2020 21:00:53 +0000 (23:00 +0200)
(cherry picked from commit 813ff015a423799d4855a98b8e12926c0ad8e6fe)

CHANGES

diff --git a/CHANGES b/CHANGES
index 2978265e008b1616c983bff4c2d3d04557549c3b..3fc31d3ea9d66f661db4dea427add84a8ba638f5 100644 (file)
--- a/CHANGES
+++ b/CHANGES
                        when the serial was greater than or equal to the
                        current serial. [GL #1714]
 
+5411.  [cleanup]       Refactoring of TCP accept code to use a single accept()
+                       and pass the accepted socket to child threads for
+                       processing. [GL !3320]
+
 5409.  [performance]   When looking up NSEC3 data in a zone database, skip
                        the check for empty non-terminal nodes; the NSEC3
                        tree doesn't have any. [GL #1834]