mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
parent
7b4315b7a6
commit
955874f0bc
1 changed files with 3 additions and 3 deletions
|
|
@ -228,9 +228,9 @@
|
|||
#define NS_PROCESSING_LIMIT 20
|
||||
|
||||
STATIC_ASSERT(NS_PROCESSING_LIMIT > NS_RR_LIMIT,
|
||||
"The maximum number of NS RRs processed for each delegation "
|
||||
"(NS_PROCESSING_LIMIT) must be larger than the large delegation "
|
||||
"threshold (NS_RR_LIMIT).");
|
||||
"The maximum number of NS RRs processed for each "
|
||||
"delegation (NS_PROCESSING_LIMIT) must be larger than the large "
|
||||
"delegation threshold (NS_RR_LIMIT).");
|
||||
|
||||
/* Hash table for zone counters */
|
||||
#ifndef RES_DOMAIN_HASH_BITS
|
||||
|
|
|
|||
Loading…
Reference in a new issue