Add CHANGES and release note for [GL #3141]

This commit is contained in:
Ondřej Surý
2022-02-10 11:48:01 +01:00
committed by Evan Hunt
parent 4f5b4662b6
commit 2bcf5a5315
2 changed files with 7 additions and 0 deletions

View File

@@ -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]

View 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
~~~~~~~~~