in reply to
AF_UNSPEC sockets?
Did you type 'AF_UNSPEC' into search.cpan.org? I see 3 packages that seem to support it in some capacity...
Comment on
Re: AF_UNSPEC sockets?
Replies are listed 'Best First'.
Re^2: AF_UNSPEC sockets?
by
ikegami
(Patriarch)
on Jan 16, 2009 at 19:31 UTC
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*.
[reply]
In Section
Seekers of Perl Wisdom