diff --git a/CHANGES b/CHANGES index 1f2cf0a9b5..27cf9de03a 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,5 @@ +2577. [doc] Clarified some statistics counters. [RT #19454] + 2573. [bug] Replacing a non-CNAME record with a CNAME record in a single transaction in a signed zone failed. [RT #19397] diff --git a/doc/arm/Bv9ARM-book.xml b/doc/arm/Bv9ARM-book.xml index dc5b831465..94acae4415 100644 --- a/doc/arm/Bv9ARM-book.xml +++ b/doc/arm/Bv9ARM-book.xml @@ -18,7 +18,7 @@ - PERFORMANCE OF THIS SOFTWARE. --> - + BIND 9 Administrator Reference Manual @@ -7766,7 +7766,7 @@ avoid-v6-udp-ports { 40000; range 50000 60000; }; - + clients-per-query max-clients-per-query @@ -11887,10 +11887,18 @@ $GENERATE 1-127 $ CNAME $.0 - Queries for which the server + Recursive queries for which the server discovered an excessive number of existing recursive queries for the same name, type and class and were subsequently dropped. + This is the number of dropped queries due to + the reason explained with the + clients-per-query + and + max-clients-per-query + options + (see the description about + .) This corresponds to the dropped counter of previous versions of @@ -11912,6 +11920,14 @@ $GENERATE 1-127 $ CNAME $.0 failure counter of previous versions of BIND 9. + Note: this counter is provided mainly for + backward compatibility with the previous versions. + Normally a more fine-grained counters such as + AuthQryRej and + RecQryRej + that would also fall into this counter are provided, + and so this counter would not be of much + interest in practice.