in reply to Re: AF_UNSPEC sockets?
in thread AF_UNSPEC sockets?

Just like IO::Socket::INET is a wrapper for the lower level stuff in Socket. IO::Socket::INET6 is a wrapper for the lower level stuff in Socket6. I'd use IO::Socket::INET* over Socket*.