From 9ff2198bafca45af7a4876f4e5fb5fa6d35154af Mon Sep 17 00:00:00 2001 From: Evan Hunt Date: Mon, 20 Jul 2015 15:30:26 -0700 Subject: [PATCH] [v9_9] add missing doc section on max-recursion-{depth,queries} --- doc/arm/Bv9ARM-book.xml | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/doc/arm/Bv9ARM-book.xml b/doc/arm/Bv9ARM-book.xml index ceae588e34..7e640a7619 100644 --- a/doc/arm/Bv9ARM-book.xml +++ b/doc/arm/Bv9ARM-book.xml @@ -8858,6 +8858,37 @@ avoid-v6-udp-ports { 40000; range 50000 60000; }; + + max-recursion-depth + + + Sets the maximum number of levels of recursion + that are permitted at any one time while servicing + a recursive query. Resolving a name may require + looking up a name server address, which in turn + requires resolving another name, etc; if the number + of indirections exceeds this value, the recursive + query is terminated and returns SERVFAIL. The + default is 7. + + + + + + max-recursion-queries + + + Sets the maximum number of iterative queries that + may be sent while servicing a recursive query. + If more queries are sent, the recursive query + is terminated and returns SERVFAIL. Queries to + look up top level comains such as "com" and "net" + and the DNS root zone are exempt from this limitation. + The default is 75. + + + + notify-delay