]> 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 20:03:08 +0000 (13:03 -0700)
commitc5588babaf89f3e3ad2edccaada716e55c135dd3
tree4eae5a9a07ea15709095185f0873ff2366f2a295
parent05d78671bb6a5ba63d78d77339e17cbc73f18188
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.
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