Commit 98ac876f authored by Richard Levitte's avatar Richard Levitte
Browse files

Prefer IO::Socket::INET6 over IO::Socket::IP



While IO::Socket::IP is a core perl module (since Perl v5.19.8, or so
says corelist), IO::Socket::INET6 has been around longer, is said to
be more widely deployed, and most importantly, seems to have less bugs
hitting us.  We therefore prefer IO::Socket::INET6, and only fall back
to IO::Socket::IP if the former doesn't exist on the local system.

Reviewed-by: default avatarViktor Dukhovni <viktor@openssl.org>
parent c8d1c9b0
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment