]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add CHANGES and release note for [GL #3200]
authorOndřej Surý <ondrej@isc.org>
Thu, 10 Mar 2022 13:47:51 +0000 (14:47 +0100)
committerOndřej Surý <ondrej@isc.org>
Thu, 17 Mar 2022 15:07:52 +0000 (16:07 +0100)
(cherry picked from commit 8ace9e0c622e5a4c8b6479679dd80aedc83f2c3e)

CHANGES
doc/notes/notes-current.rst

diff --git a/CHANGES b/CHANGES
index 7d02343f3a6633e4eac3cc8b9d135150cedd934c..bbf5ebd97c8624e76e902103813bc685e89f115b 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,6 @@
+5828.  [bug]           Replace single TCP write timer with per-TCP write
+                       timers. [GL #3200]
+
 5824.  [bug]           Invalid dnssec-policy definitions were being accepted
                        where the defined keys did not cover both KSK and ZSK
                        roles for a given algorithm.  This is now checked for
index 960d69b71d481709501248f65f849bfb4aff2ced..af852e0fae89f36b4a1fb724222c5767f3647915 100644 (file)
@@ -45,3 +45,7 @@ Bug Fixes
   algorithm.  This is now checked for and the dnssec-policy is
   rejected if both roles are not present for all algorithms in use.
   :gl:`#3142`
+
+- Handling of the TCP write timeouts has been improved to track timeout
+  for each TCP write separately leading to faster connection tear down
+  in case the other party is not reading the data. :gl:`#3200`