]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Document TCP4Clients/TCP6Clients
authorMichał Kępień <michal@isc.org>
Mon, 27 May 2024 13:03:18 +0000 (15:03 +0200)
committerAydın Mercan <aydin@isc.org>
Wed, 11 Sep 2024 09:51:34 +0000 (12:51 +0300)
Commit abc47f5ce4a50ab2d3b23505914e9c65f856262b added two new statistics
counters without documenting them.  Add the missing counter descriptions
to the ARM.

(cherry picked from commit cb7924009152a4b8b1ec82a50bdb112541e9ec74)

doc/arm/reference.rst

index cf1ba1b12ccb05c3449ca67252170392380df2d4..9b14b0cf0028afce2a563784eed089cb8c3c5d9b 100644 (file)
@@ -8404,3 +8404,6 @@ exceptions are noted in the descriptions.
 
 ``<TYPE>RecvErr``
     This indicates the number of errors in socket receive operations, including errors of send operations on a connected UDP socket, notified by an ICMP error message.
+
+``TCP4Clients``/``TCP6Clients``
+    This indicates the number of IPv4/IPv6 clients currently connected over TCP.