libio-socket-ip-perl 0.39-ok1 source package in openKylin
Changelog
libio-socket-ip-perl (0.39-ok1) yangtze; urgency=medium * Build for openKylin. -- openKylinBot <email address hidden> Mon, 25 Apr 2022 22:03:04 +0800
libio-socket-ip-perl (0.39-ok1) yangtze; urgency=medium * Build for openKylin. -- openKylinBot <email address hidden> Mon, 25 Apr 2022 22:03:04 +0800
Series | Published | Component | Section |
---|
File | Size | SHA-256 Checksum |
---|---|---|
libio-socket-ip-perl_0.39.orig.tar.gz | 43.6 KiB | 11950da7636cb786efd3bfb5891da4c820975276bce43175214391e5c32b7b96 |
libio-socket-ip-perl_0.39-ok1.debian.tar.xz | 2.0 KiB | 698138c1ae9ab18f5e048d7a56fe00879777d9f90652f6cd69fe6a8269b7f62c |
libio-socket-ip-perl_0.39-ok1.dsc | 2.1 KiB | 5ada9ed536171c0ed8e755179e840a3e55e366bfcc502129e41b202a025014c2 |
IO::Socket::IP provides a protocol-
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:
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.