From: Mark Andrews Date: Tue, 17 May 2011 05:30:13 +0000 (+0000) Subject: 3113. [doc] Document the relationship between serial-query-rate X-Git-Tag: v9.4-ESV-R5~71 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b818d55a93be12478242d4dd9a1bb7e415a44a53;p=thirdparty%2Fbind9.git 3113. [doc] Document the relationship between serial-query-rate and NOTIFY messages. --- diff --git a/CHANGES b/CHANGES index 544dbd180c1..2e38b5ad7cf 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,5 @@ +3113. [doc] Document the relationship between serial-query-rate + and NOTIFY messages. --- 9.4-ESV-R5b1 released --- diff --git a/doc/arm/Bv9ARM-book.xml b/doc/arm/Bv9ARM-book.xml index f2dce213204..03d4bbf49ea 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 @@ -6564,22 +6564,27 @@ avoid-v6-udp-ports {}; serial-query-rate - - - Slave servers will periodically query master servers - to find out if zone serial numbers have changed. Each such - query uses - a minute amount of the slave server's network bandwidth. To - limit the - amount of bandwidth used, BIND 9 limits the rate at which - queries are - sent. The value of the serial-query-rate option, - an integer, is the maximum number of queries sent per - second. - The default is 20. - - - + + + Slave servers will periodically query master + servers to find out if zone serial numbers have + changed. Each such query uses a minute amount of + the slave server's network bandwidth. To limit + the amount of bandwidth used, BIND 9 limits the + rate at which queries are sent. The value of the + serial-query-rate option, an + integer, is the maximum number of queries sent + per second. The default is 20. + + + In addition to controlling the rate SOA refresh + queries are issued at + serial-query-rate also controls + the rate at which NOTIFY messages are sent from + both master and slave zones. + + + serial-queries @@ -7713,6 +7718,10 @@ avoid-v6-udp-ports { 40000; range 50000 60000; }; use the hostname as found by the gethostname() function. The default server-id is none. + + The overall rate that NOTIFY messages are sent for all + zones is controlled by serial-query-rate. +