bind9/bin/nsupdate
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
..
.gitignore added gitignore, removed cvsignore 2012-03-03 23:10:05 -08:00
Makefile.am Move irs_resconf into libdns and remove libirs 2023-02-24 09:38:59 +00:00
nsupdate.c nsupdate: when set to 0, UDP timeout should be calculated by dns_request 2023-04-03 15:21:43 +00:00
nsupdate.rst Add checking of _dns SVCB records constraints to nsupdate 2022-10-29 00:22:54 +11:00