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
_______________________________________________ Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe from this list bind-users mailing list bind-users@lists.isc.org https://lists.isc.org/mailman/listinfo/bind-users