From ba3fe75e656e28f9e26446c48ae3fac3171c0c2f Mon Sep 17 00:00:00 2001 From: Diego Fronza Date: Tue, 29 Oct 2019 15:57:39 -0300 Subject: [PATCH] Added TCP high-water entry to CHANGES --- CHANGES | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES b/CHANGES index fcfdeee328..4714f3caba 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,7 @@ +5314. [func] Added a new statistics variable "tcp-highwater" + that reports the maximum number of simultaneous TCP + clients BIND has handled while running. [GL #1206] + 5313. [bug] The default GeoIP2 database location did not match the ARM. 'named -V' now reports the default location. [GL #1301]