]> git.ipfire.org Git - thirdparty/bind9.git/commit
make "max_restarts" a configurable value
authorEvan Hunt <each@isc.org>
Tue, 25 Jun 2024 21:30:20 +0000 (14:30 -0700)
committerEvan Hunt <each@isc.org>
Wed, 7 Aug 2024 22:36:15 +0000 (15:36 -0700)
commitbfbc6a6c840461a530077f2d5b02f9a53500f8ce
treeca65ab74be08b2bf8edff84000b761261d12356d
parentdd88a4cdfc8042e2cd2fdae93b803ba8490b88dc
make "max_restarts" a configurable value

MAX_RESTARTS is no longer hard-coded; ns_server_setmaxrestarts()
and dns_client_setmaxrestarts() can now be used to modify the
max-restarts value at runtime. in both cases, the default is 11.

(cherry picked from commit c5588babaf89f3e3ad2edccaada716e55c135dd3)
bin/delv/delv.c
lib/dns/client.c
lib/dns/include/dns/client.h
lib/dns/include/dns/view.h
lib/dns/view.c
lib/ns/include/ns/server.h
lib/ns/query.c
lib/ns/server.c