bind9/bin/delv
Aram Sargsyan e3417d55fd Fix delv default timeout value
The isc_nm_getinitialtimeout() function (and also the previously used
isc_nm_gettimeouts() function) returns timeout value(s) in milliseconds,
while the dns_request_create() function expects timeout values in
seconds. Fix the bug by dividing the timeout value by MS_PER_SEC.

There is no added test, because it turns out delv doesn't support
setting custom timeout values (as opposed to what is suggested in
its man page). Tests should be added later when the '+timeout=T'
option is implemented.
2025-04-23 17:03:05 +00:00
..
.gitignore [master] update gitignore files; use rev-parse to get srcid 2014-06-17 13:49:30 -07:00
delv.c Fix delv default timeout value 2025-04-23 17:03:05 +00:00
delv.rst Change default max-recursion-queries to 50 2024-12-05 14:17:08 +01:00
Makefile.am Delv now supports selecting FIPS mode at runtime 2024-11-22 09:40:46 +11:00