blob: fcc68a1df66845589966788369c9885983f1fa0f (
plain)
1
2
3
4
5
6
7
|
IO::Socket::INET6 provides an object interface to creating and using sockets
in the AF_INET6 domain. It is built upon the IO::Socket interface and
inherits all the methods defined by IO::Socket. As a consequence, this module
is protocol independent, it can run both IPv6 & IPv4, when DNS names are
passed.
WWW: https://metacpan.org/release/IO-Socket-INET6
|