Default BIND query timeouts

Shawn Zhou shawnzhou00 at yahoo.com
Mon May 19 22:15:08 UTC 2014



I  am looking at some scripts that use IO::Socket::INET and IO::Select for testing BIND.

UDP sockets are created use use IO::Socket::INET and sockets are polled via IO::Select at 6-second interval.

     my  $sock = IO::Socket::INET->new(
            PeerHost => $server,
            PeerPort => $port,
            Proto    => $protocol,
            Blocking => 0,


I'd like to know what the timeout is for the queries.

Thanks,
Shawn
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.isc.org/pipermail/bind-users/attachments/20140519/9dc03590/attachment-0001.html>


More information about the bind-users mailing list