From 96e01d40bffc32f0d7deecdd5c91e86a7da40db2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ond=C5=99ej=20Sur=C3=BD?= Date: Thu, 10 Mar 2022 14:47:51 +0100 Subject: [PATCH] Add CHANGES and release note for [GL #3200] (cherry picked from commit 8ace9e0c622e5a4c8b6479679dd80aedc83f2c3e) --- CHANGES | 3 +++ doc/notes/notes-current.rst | 4 ++++ 2 files changed, 7 insertions(+) diff --git a/CHANGES b/CHANGES index 7d02343f3a6..bbf5ebd97c8 100644 --- 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 diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index 960d69b71d4..af852e0fae8 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-current.rst @@ -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` -- 2.47.3