| Name: | perl-Socket-GetAddrInfo |
|---|---|
| Version: | 0.22 |
| Release: | 26.el9 |
| Architecture: | noarch |
| Group: | Unspecified |
| Size: | 98655 |
| License: | GPL+ or Artistic |
| RPM: | perl-Socket-GetAddrInfo-0.22-26.el9.noarch.rpm |
| Source RPM: | perl-Socket-GetAddrInfo-0.22-26.el9.src.rpm |
| Build Date: | Thu Mar 17 2022 |
| Build Host: | build-ol9-x86_64.oracle.com |
| Vendor: | Oracle America |
| URL: | https://metacpan.org/release/Socket-GetAddrInfo |
| Summary: | RFC 2553's "getaddrinfo" and "getnameinfo" functions |
| Description: | The RFC 2553 functions getaddrinfo and getnameinfo provide an abstracted way to convert between a pair of host name/service name and socket addresses, or vice versa. getaddrinfo converts names into a set of arguments to pass to the socket() and connect() syscalls, and getnameinfo converts a socket address back into its host name/service name pair. |