Subject: | 01-resolver.t UDP ECONNREFUSED on Win32 with McAfee |
The statement (01-resolver.t line 17)...
my $sock = IO::Socket::INET->new(PeerAddr => '193.0.14.129', #
k.root-servers.net.
PeerPort => '25',
Proto => 'udp');
...fails ECONNREFUSED on some Win32 platforms with AcAfee anti-virus
installed logging error "Anti-virus Standard Protection:Prevent mass
mailing worms from sending mail".
The fact that McAfee is blocking 25/UDP as well as 25/TCP could be seen
as a mistake in McAfee but pragmatically '25' should be changed to
something more obviously innocuous (e.g. '52').