]> 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 20:00:42 +0000 (13:00 -0700)
commit05d78671bb6a5ba63d78d77339e17cbc73f18188
tree67bcae2ae41b01a8ab4a9f914b7bb4f7a19f756b
parent825f3d68c5b041b53f13a8c5b4dc431ca9b5887f
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.)
bin/tests/system/chain/tests.sh
bin/tests/system/resolver/tests.sh
lib/dns/client.c
lib/ns/query.c