GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Net::INET6Glue(3) User Contributed Perl Documentation Net::INET6Glue(3)

Net::INET6Glue - Make common modules IPv6 ready by hotpatching

 use Net::INET6Glue; # include all glue
 use LWP;
 use Net::SMTP;
 use Net::FTP;
 ..

Net::INET6Glue is a collection of modules to make common modules IPv6 ready by hotpatching them.

Unfortunatly the current state of IPv6 support in perl is that no IPv6 support is in the core and that a lot of important modules (like Net::FTP, Net::SMTP, LWP,...) do not support IPv6 even if the modules for IPv6 sockets like Socket6, IO::Socket::IP or IO::Socket::INET6 are available.

This module tries to mitigate this by hotpatching. Currently the following submodules are available:

Net::INET6Glue::INET_is_INET6
Makes IO::Socket::INET behave like IO::Socket::IP (with fallback to like IO::Socket::INET6), especially make it capable to create IPv6 sockets. This makes LWP, Net::SMTP and others IPv6 capable.
Net::INET6Glue::FTP
Hotpatches Net::FTP to support EPRT and EPSV commands which are needed to deal with FTP over IPv6. Also loads Net::INET6Glue::INET_is_INET6.

This module and the modules in the Net::INET6Glue Hierarchy distributed together with this module are copyright (c) 2008..2014, Steffen Ullrich. All Rights Reserved. These modules are free software. They may be used, redistributed and/or modified under the same terms as Perl itself.
2021-02-26 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.