diff --git a/doc/arm/Bv9ARM-book.xml b/doc/arm/Bv9ARM-book.xml index a59282625b..f3ea10d152 100644 --- a/doc/arm/Bv9ARM-book.xml +++ b/doc/arm/Bv9ARM-book.xml @@ -2,7 +2,7 @@ - + BIND 9 Administrator Reference Manual @@ -3367,12 +3367,25 @@ as defined using the serial-query-rate option. transfer-format -The server supports two zone transfer methods. one-answer uses -one DNS message per resource record transferred. many-answers packs -as many resource records as possible into a message. many-answers is -more efficient, but is only known to be understood by BIND 9, BIND -8.x and patched versions of BIND 4.9.5. The default is many-answers. transfer-format may -be overridden on a per-server basis by using the server statement. + + + +Zone transfers can be sent using two different formats, +one-answer and many-answers. +The transfer-format option is used +on the master server to determine which format it sends. +one-answer uses one DNS message per +resource record transferred. +many-answers packs as many resource records as +possible into a message. many-answers is more +efficient, but is only supported by relatively new slave servers, +such as BIND 9, BIND 8.x and patched +versions of BIND 4.9.5. The default is +many-answers. transfer-format +may be overridden on a per-server basis by using the +server statement. + + transfers-in