From 0c9b9b5e922a186ed0a0385e2c67bae91c652bdd Mon Sep 17 00:00:00 2001 From: Evan Hunt Date: Thu, 30 Oct 2014 14:31:00 -0700 Subject: [PATCH] [master] document that zone rate-limiters have a floor of 1/second --- doc/arm/Bv9ARM-book.xml | 30 ++++++++++++++++++------------ 1 file changed, 18 insertions(+), 12 deletions(-) diff --git a/doc/arm/Bv9ARM-book.xml b/doc/arm/Bv9ARM-book.xml index db5877c0b0..1b396fc517 100644 --- a/doc/arm/Bv9ARM-book.xml +++ b/doc/arm/Bv9ARM-book.xml @@ -7794,18 +7794,20 @@ avoid-v6-udp-ports {}; - - notify-rate - - - The rate at which NOTIFY requests will be sent - during normal zone maintenance operations. (NOTIFY - requests due to initial zone loading are subject - to a separate rate limit; see below.) The default is - 20 per second. - - - + + notify-rate + + + The rate at which NOTIFY requests will be sent + during normal zone maintenance operations. (NOTIFY + requests due to initial zone loading are subject + to a separate rate limit; see below.) The default is + 20 per second. + The lowest possible rate is one per second; when set + to zero, it will be silently raised to one. + + + startup-notify-rate @@ -7815,6 +7817,8 @@ avoid-v6-udp-ports {}; when the name server is first starting up, or when zones have been newly added to the nameserver. The default is 20 per second. + The lowest possible rate is one per second; when set + to zero, it will be silently raised to one. @@ -7832,6 +7836,8 @@ avoid-v6-udp-ports {}; serial-query-rate option, an integer, is the maximum number of queries sent per second. The default is 20 per second. + The lowest possible rate is one per second; when set + to zero, it will be silently raised to one.