套件:libio-socket-ip-perl(0.42-1)
libio-socket-ip-perl 的相關連結
Debian 的資源:
下載原始碼套件 libio-socket-ip-perl:
- [libio-socket-ip-perl_0.42-1.dsc]
- [libio-socket-ip-perl_0.42.orig.tar.gz]
- [libio-socket-ip-perl_0.42-1.debian.tar.xz]
維護小組:
- Debian Perl Group (QA 頁面, 郵件存檔)
- gregor herrmann (QA 頁面)
- Xavier Guimard (QA 頁面)
- Dominique Dumont (QA 頁面)
- Dominic Hargreaves (QA 頁面)
外部的資源:
- 主頁 [metacpan.org]
相似套件:
module for using IPv4 and IPv6 sockets in a protocol-independent way
IO::Socket::IP provides a protocol-independent way to use IPv4 and IPv6 sockets. It allows new connections to be made by specifying the hostname and service name or port number. It allows for connections to be accepted by sockets listening on local ports, by service name or port number.
It uses Socket::GetAddrInfo's getaddrinfo function to convert hostname/service name pairs into sets of possible addresses to connect to. This allows it to work for IPv6 where the system supports it, while still falling back to IPv4-only on systems which don't.
It provides an API which, for most typical cases, should be a drop-in replacement for IO::Socket::INET; most constructor arguments and methods are provided in a compatible way.