bind9/bin
Aram Sargsyan 0ef11c0ccb nsupdate: when set to 0, UDP timeout should be calculated by dns_request
The manual page of nsupdate's '-u udptimeout' option states that, quote:

> If zero, the interval is computed from the timeout interval and number
> of UDP retries.

However, nsupdate sets the UDP timeout value to UINT_MAX when it is 0,
thus, not behaving as documented.

Let dns_request_create() calculate the UDP timeout, if it was set to 0.
2023-04-03 15:21:43 +00:00
..
check Replace DE_CONST(k, v) with v = UNCONST(k) macro 2023-04-03 10:25:56 +00:00
confgen Handle fatal and FIPS provider interactions 2023-04-03 12:44:27 +10:00
delv Handle fatal and FIPS provider interactions 2023-04-03 12:44:27 +10:00
dig Handle fatal and FIPS provider interactions 2023-04-03 12:44:27 +10:00
dnssec Replace DE_CONST(k, v) with v = UNCONST(k) macro 2023-04-03 10:25:56 +00:00
named Determine checkds default from config 2023-04-03 14:01:22 +00:00
nsupdate nsupdate: when set to 0, UDP timeout should be calculated by dns_request 2023-04-03 15:21:43 +00:00
plugins clean up some deprecated/obsolete options and doc 2023-02-10 09:52:27 -08:00
rndc Make it obvious -roll number is optional 2023-04-03 14:42:56 +00:00
tests Add nsupdate timeout tests 2023-04-03 15:21:43 +00:00
tools Handle fatal and FIPS provider interactions 2023-04-03 12:44:27 +10:00
Makefile.am Remove native PKCS#11 support 2021-09-09 15:35:39 +02:00