From: Michał Kępień Date: Mon, 27 May 2024 13:03:18 +0000 (+0200) Subject: Document TCP4Clients/TCP6Clients X-Git-Tag: v9.21.2~48^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9bc152dd251cfdf3b975dbf1c0fa411bc9dea3c3;p=thirdparty%2Fbind9.git Document TCP4Clients/TCP6Clients Commit abc47f5ce4a50ab2d3b23505914e9c65f856262b added two new statistics counters without documenting them. Add the missing counter descriptions to the ARM. (cherry picked from commit cb7924009152a4b8b1ec82a50bdb112541e9ec74) --- diff --git a/doc/arm/reference.rst b/doc/arm/reference.rst index cf1ba1b12cc..9b14b0cf002 100644 --- a/doc/arm/reference.rst +++ b/doc/arm/reference.rst @@ -8404,3 +8404,6 @@ exceptions are noted in the descriptions. ``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.