longer CNAME chains in Unbound.
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.
* 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 */