]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add CHANGES and release note for [GL #3141]
authorOndřej Surý <ondrej@isc.org>
Thu, 10 Feb 2022 10:48:01 +0000 (11:48 +0100)
committerEvan Hunt <each@isc.org>
Fri, 18 Feb 2022 00:20:42 +0000 (16:20 -0800)
CHANGES
doc/notes/notes-current.rst

diff --git a/CHANGES b/CHANGES
index 0bf0969fd896f9f6c410f2f8235ec111893b1780..b3674015c584f416a8bcd20f3eb17a63db893fac 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,6 @@
+5812.  [func]          Drop the artificial limit on the number of queries
+                       processed in a single TCP read callback. [GL #3141]
+
 5811.  [bug]           Reimplement the maximum and idle timeouts for outgoing
                        zone tranfers. [GL #1897]
 
index 075b68f5becc6cda2add2dd7c7cbbb4a6170be96..2da69354f687232af10a9dfd64a5dd92682fbedc 100644 (file)
@@ -48,6 +48,10 @@ Feature Changes
   scans, and other events that require exclusive access to a shared resources).
   :gl:`#3137`
 
+- The limit on the number of simultaneously processed pipelined DNS queries
+  received over TCP has been dropped. Previously, it was capped at 23
+  queries processed at the same time. :gl:`#3141`
+
 Bug Fixes
 ~~~~~~~~~