]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
make the tcp client counter documentation consistent with others
authorAydın Mercan <aydin@isc.org>
Fri, 31 May 2024 15:14:31 +0000 (18:14 +0300)
committerAydın Mercan <aydin@isc.org>
Wed, 11 Sep 2024 09:51:34 +0000 (12:51 +0300)
doc/arm/reference.rst

index bb4d90d0d8e52f75a4c6792ba477626f2fc0dada..4519d209443a4a3082351df841a760d6c78b0b24 100644 (file)
@@ -8384,6 +8384,9 @@ exceptions are noted in the descriptions.
 ``<TYPE>BindFail``
     This indicates the number of failures to bind sockets.
 
+``<TYPE>Clients``
+    This indicates the number of currently conencted clients. This counter does not apply to the ``UDP`` type.
+
 ``<TYPE>Close``
     This indicates the number of closed sockets.
 
@@ -8404,6 +8407,3 @@ exceptions are noted in the descriptions.
 
 ``<TYPE>SendErr``
     This indicates the number of errors in socket send operations.
-
-``TCP4Clients``/``TCP6Clients``
-    This indicates the number of IPv4/IPv6 clients currently connected over TCP.