Author :
otto
Date :
2024-11-13 15:51:50
Hash :be5c6ada Message :Take into account how long the dns probe takes before decding to
punt. A single res_query() call can return immediately (e.g. success
or the nameservers are unreachable), or take quite some time,
depending on how many nameservers are configured. So measure the
actual time it takes and decide wat to do based on that.
Early version from beck@; ok claudio@ deraadt@