]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- Bump MAX_RESTART_COUNT to 11 from 8; in relation to #438. This allows
authorGeorge Thessalonikefs <george@nlnetlabs.nl>
Wed, 4 Aug 2021 08:51:02 +0000 (10:51 +0200)
committerGeorge Thessalonikefs <george@nlnetlabs.nl>
Wed, 4 Aug 2021 08:53:22 +0000 (10:53 +0200)
  longer CNAME chains in Unbound.

doc/Changelog
iterator/iterator.h

index a1b02a040b6b492178dfb092c8174ba3ae17cd1a..4503feea937aa72155608ce5fc0d3604ef489a86 100644 (file)
@@ -1,7 +1,9 @@
 4 August 2021: George
        - Merge PR #415 from sibeream: Use
-       /proc/sys/net/ipv4/ip_local_port_range to determine available outgoing
-       ports. (New --enable-linux-ip-local-port-range configuration option)
+         /proc/sys/net/ipv4/ip_local_port_range to determine available outgoing
+         ports. (New --enable-linux-ip-local-port-range configuration option)
+       - Bump MAX_RESTART_COUNT to 11 from 8; in relation to #438. This
+         allows longer CNAME chains in Unbound.
 
 4 August 2021: Wouter
        - In unit test use openssl set security level to allow keys in test.
index 7952f26df6c9f5da32f8bef8c00e285c82e2d577..dc5e57527d87f70e3c9c9d503f5d024909ca2242 100644 (file)
@@ -61,7 +61,7 @@ struct rbtree_type;
  * its subqueries */
 #define MAX_TARGET_NX          5
 /** max number of query restarts. Determines max number of CNAME chain. */
-#define MAX_RESTART_COUNT       8
+#define MAX_RESTART_COUNT      11
 /** max number of referrals. Makes sure resolver does not run away */
 #define MAX_REFERRAL_COUNT     130
 /** max number of queries-sent-out.  Make sure large NS set does not loop */