blob: 606b8e33d9a11ffbe375aac9f42da733b42d41c4 (
plain)
1
2
3
4
5
6
7
|
IO::Socket::INET6 - Object interface for AF_INET|AF_INET6 domain sockets
IO::Socket::INET6 provides an object interface to creating and using sockets
in either AF_INET or AF_INET6 domains. It is built upon the IO::Socket
interface and inherits all the methods defined by IO::Socket.
This requires perl-Socket6.
|