]> git.ipfire.org Git - thirdparty/bind9.git/commit
reduce MAX_RESTARTS to 11
authorEvan Hunt <each@isc.org>
Tue, 25 Jun 2024 19:28:23 +0000 (12:28 -0700)
committerEvan Hunt <each@isc.org>
Wed, 7 Aug 2024 22:36:14 +0000 (15:36 -0700)
commitdd88a4cdfc8042e2cd2fdae93b803ba8490b88dc
treeb1af492d0883754fbf7339b409fb2dcaad03f41f
parent14bce7e27582f97d2e5be43a8e88df84e241c5cb
reduce MAX_RESTARTS to 11

the number of steps that can be followed in a CNAME chain
before terminating the lookup has been reduced from 16 to 11.
(this is a hard-coded value, but will be made configurable later.)

(cherry picked from commit 05d78671bb6a5ba63d78d77339e17cbc73f18188)
bin/tests/system/chain/tests.sh
bin/tests/system/resolver/tests.sh
lib/dns/client.c
lib/ns/query.c