diff --git a/CHANGES b/CHANGES index 7e346ffbc2..e368be02b2 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,5 @@ +2577. [doc] Clarified some statistics counters. [RT #19454] + 2576. [bug] NSEC record were not being correctly signed when a zone transitions from insecure to secure. Handle such incorrectly signed zones. [RT #19114] diff --git a/doc/arm/Bv9ARM-book.xml b/doc/arm/Bv9ARM-book.xml index f8e4f4b2e4..0c5215bbc7 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 @@ -7966,7 +7966,7 @@ avoid-v6-udp-ports { 40000; range 50000 60000; }; - + clients-per-query max-clients-per-query @@ -12262,10 +12262,18 @@ HOST-127.EXAMPLE. MX 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 @@ -12287,6 +12295,14 @@ HOST-127.EXAMPLE. MX 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.