]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- MAX_TARGET_COUNT increased to 64, to fix up sporadic resolution
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Mon, 28 Sep 2015 07:21:48 +0000 (07:21 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Mon, 28 Sep 2015 07:21:48 +0000 (07:21 +0000)
  failures.

git-svn-id: file:///svn/unbound/trunk@3494 be551aaa-1e26-0410-a405-d3ace91eadb9

doc/Changelog
iterator/iterator.h

index 45192f55a0c7b51fbba86e62536a6e0df0aa7f0b..36dc86793899036426c86b64d11c34032a837073 100644 (file)
@@ -1,3 +1,7 @@
+28 September 2015: Wouter
+       - MAX_TARGET_COUNT increased to 64, to fix up sporadic resolution
+         failures.
+
 25 September 2015: Wouter
        - Fix unbound-control flush that does not succeed in removing data.
 
index aaf0fb3834b701c00c7f1353ffc89a013d5d83ca..9cf53b2b25a2babd8035a92af4e8b9a14425cd4e 100644 (file)
@@ -54,7 +54,7 @@ struct iter_priv;
 struct rbtree_t;
 
 /** max number of targets spawned for a query and its subqueries */
-#define MAX_TARGET_COUNT       32
+#define MAX_TARGET_COUNT       64
 /** max number of query restarts. Determines max number of CNAME chain. */
 #define MAX_RESTART_COUNT       8
 /** max number of referrals. Makes sure resolver does not run away */