+4476. [test] Fix reclimit test on slower machines. [RT #43283]
+
4475. [doc] Update named-checkconf documentation. [RT #43153]
4474. [bug] win32: call WSAStartup in fromtext_in_wks so that
use IO::File;
use Getopt::Long;
use Net::DNS::Nameserver;
+use Time::HiRes qw(usleep nanosleep);
my $pidf = new IO::File "ans.pid", "w" or die "cannot open pid file: $!";
print $pidf "$$\n" or die "cannot write pid file: $!";
STDOUT->flush();
$count += 1;
+ # Sleep 100ms to make sure that named sends both A and AAAA queries.
+ usleep(100000);
if ($qname eq "count" ) {
if ($qtype eq "TXT") {