]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- increased mesh-max-activation from 1000 to 3000 for crazy domains
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Tue, 14 Sep 2010 08:27:23 +0000 (08:27 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Tue, 14 Sep 2010 08:27:23 +0000 (08:27 +0000)
         like _tcp.slb.com with 262 servers.

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

doc/Changelog
services/mesh.h

index 3acdac06ba91f21bed166b7366a77a67874ef2d9..6dbe41c84559d29aa28d29bb542494c0c954f0f3 100644 (file)
@@ -1,3 +1,7 @@
+14 September 2010: Wouter
+       - increased mesh-max-activation from 1000 to 3000 for crazy domains
+         like _tcp.slb.com with 262 servers.
+
 13 September 2010: Wouter
        - bug#327: Fix for cannot access stub zones until the root is primed.
 
index f1020a17b50a18b8f026306eda854f40f227b7ab..62596c1f270eed2cc34a42f3754b05cc72c3b643 100644 (file)
@@ -63,7 +63,7 @@ struct timehist;
  * Maximum number of mesh state activations. Any more is likely an
  * infinite loop in the module. It is then terminated.
  */
-#define MESH_MAX_ACTIVATION 1000
+#define MESH_MAX_ACTIVATION 3000
 
 /**
  * Max number of references-to-references-to-references.. search size.