From: Aydın Mercan Date: Fri, 31 May 2024 15:14:31 +0000 (+0300) Subject: make the tcp client counter documentation consistent with others X-Git-Tag: v9.21.2~48^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c62b6c82c0dc10c90a29890c5e32c701811a2bba;p=thirdparty%2Fbind9.git make the tcp client counter documentation consistent with others --- diff --git a/doc/arm/reference.rst b/doc/arm/reference.rst index bb4d90d0d8e..4519d209443 100644 --- a/doc/arm/reference.rst +++ b/doc/arm/reference.rst @@ -8384,6 +8384,9 @@ exceptions are noted in the descriptions. ``BindFail`` This indicates the number of failures to bind sockets. +``Clients`` + This indicates the number of currently conencted clients. This counter does not apply to the ``UDP`` type. + ``Close`` This indicates the number of closed sockets. @@ -8404,6 +8407,3 @@ exceptions are noted in the descriptions. ``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.