README 284 B

1234567
  1. IO::Socket::INET6 - Object interface for AF_INET|AF_INET6 domain sockets
  2. IO::Socket::INET6 provides an object interface to creating and using
  3. sockets in either AF_INET or AF_INET6 domains. It is built upon
  4. the IO::Socket interface and inherits all the methods defined by
  5. IO::Socket.