diff --git a/CHANGES b/CHANGES index 9991626b63..6bca7cc194 100644 --- a/CHANGES +++ b/CHANGES @@ -33,6 +33,9 @@ listener transport type. Thanks to Thomas Amgarten. [GL #4518] [GL #4528] +6325. [func] Expose the TCP client count in statistics channel. + [GL #4425] + 6324. [bug] Fix a possible crash in 'dig +nssearch +nofail' and 'host -C' commands when one of the name servers returns SERVFAIL. [GL #4508] diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index d0ebd19623..325eced5b3 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-current.rst @@ -20,7 +20,8 @@ Security Fixes New Features ~~~~~~~~~~~~ -- None. +- The statistics channel now includes counters that indicate the number + of currently connected TCP IPv4/IPv6 clients. :gl:`#4425` Removed Features ~~~~~~~~~~~~~~~~