]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
NEWS for the past two commits
authorVladimír Čunát <vladimir.cunat@nic.cz>
Mon, 23 Jan 2023 11:15:47 +0000 (12:15 +0100)
committerAleš Mrázek <ales.mrazek@nic.cz>
Thu, 26 Jan 2023 12:06:39 +0000 (12:06 +0000)
NEWS

diff --git a/NEWS b/NEWS
index b9d3894d90138d4f819740effa123e090ac4373c..24ab1cfcd8314705ab35e75384e909c6c9ef5acc 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,8 +1,19 @@
 Knot Resolver 5.6.0 (202y-mm-dd)
 ================================
 
+Security
+--------
+- avoid excessive TCP reconnections in some cases
+  For example, a DNS server that just closes connections without answer
+  could cause lots of work for the resolver (and itself, too).
+  The number of connections could be up to around 100 per client's query.
+
+  We thank Xiang Li from NISL Lab, Tsinghua University,
+  and Xuesong Bai and Qifan Zhang from DSP Lab, UCI.
+
 Improvements
 ------------
+- daemon: feed server selection with more kinds of bad-answer events
 - cache.max_ttl(): lower the default from six days to one day
   and apply both limits to the first uncached answer already (!1323 #127)
 - depend on jemalloc, preferably, to improve memory usage (!1353)