]> git.ipfire.org Git - thirdparty/bind9.git/commit
Implement new -T options for xfer system tests
authorAram Sargsyan <aram@isc.org>
Mon, 17 Apr 2023 12:22:38 +0000 (12:22 +0000)
committerOndřej Surý <ondrej@isc.org>
Fri, 21 Apr 2023 10:53:02 +0000 (12:53 +0200)
commitdfaecfd752b7e3a8fdaa4edb53d8c96c18cee8b9
treeb889bfdef52b5da9292bda8bd84cea0d162ddeee
parentd2377f8e044a4b1e534ec55b237bac4781936533
Implement new -T options for xfer system tests

'-T transferinsecs' makes named interpret the max-transfer-time-out,
max-transfer-idle-out, max-transfer-time-in and max-transfer-idle-in
configuration options as seconds instead of minutes.

'-T transferslowly' makes named to sleep for one second for every
xfrout message.

'-T transferstuck' makes named to sleep for one minute for every
xfrout message.
bin/named/main.c
bin/named/zoneconf.c
lib/ns/include/ns/server.h
lib/ns/xfrout.c