Skip Menu |

This queue is for tickets about the IO-Socket-INET6 CPAN distribution.

Report information
The Basics
Id: 121556
Status: new
Priority: 0/
Queue: IO-Socket-INET6

People
Owner: Nobody in particular
Requestors: paul.g.webster [...] googlemail.com
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: (no value)
Fixed in: (no value)



Subject: Fail of IO::Socket::INET6 is unreliable on LINUX
'endpoint' is linux/centos7 'hetzner.tmp.group' is freebsd 11-release [root@endpoint ~]# cat test6 && perl test6 use warnings; use strict; use IO::Socket::INET6; my $host = '234234:234234'; my $port = 123; my $fail = 1; my $sock1 = IO::Socket::INET6->new( LocalAddr => $host, LocalPort => $port, Proto => 'tcp', ReuseAddr => 1 ) or $fail = 0; warn $fail; 1 at test6 line 18. [root@endpoint ~]# ╭─paul@hetzner.tmp.group ~/Perl/PL-Net-Hacky-Detect-IP/Net-Hacky-Detect-IP ‹master*› ╰─➤ cat test56 && perl test56 130 ↵ use warnings; use strict; use IO::Socket::INET6; my $host = '234234:234234'; my $port = 123; my $fail = 1; my $sock1 = IO::Socket::INET6->new( LocalAddr => $host, LocalPort => $port, Proto => 'tcp', ReuseAddr => 1 ) or $fail = 0; warn $fail; 0 at test56 line 18.
Subject: Re: [rt.cpan.org #121556] AutoReply: Fail of IO::Socket::INET6 is unreliable on LINUX
Date: Mon, 8 May 2017 06:31:03 +0100
To: bug-IO-Socket-INET6 [...] rt.cpan.org
From: Paul Webster <paul.g.webster [...] googlemail.com>
As an addition, both boxs have full IPv6 connectivity, On 8 May 2017 at 06:19, Bugs in IO-Socket-INET6 via RT < bug-IO-Socket-INET6@rt.cpan.org> wrote: Show quoted text
> > Greetings, > > This message has been automatically generated in response to the > creation of a trouble ticket regarding: > "Fail of IO::Socket::INET6 is unreliable on LINUX", > a summary of which appears below. > > There is no need to reply to this message right now. Your ticket has been > assigned an ID of [rt.cpan.org #121556]. Your ticket is accessible > on the web at: > > https://rt.cpan.org/Ticket/Display.html?id=121556 > > Please include the string: > > [rt.cpan.org #121556] > > in the subject line of all future correspondence about this issue. To do > so, > you may reply to this message. > > Thank you, > bug-IO-Socket-INET6@rt.cpan.org > > ------------------------------------------------------------------------- > 'endpoint' is linux/centos7 > 'hetzner.tmp.group' is freebsd 11-release > > > [root@endpoint ~]# cat test6 && perl test6 > use warnings; > use strict; > > use IO::Socket::INET6; > > my $host = '234234:234234'; > my $port = 123; > > my $fail = 1; > > my $sock1 = IO::Socket::INET6->new( > LocalAddr => $host, > LocalPort => $port, > Proto => 'tcp', > ReuseAddr => 1 > ) or $fail = 0; > > warn $fail; > 1 at test6 line 18. > [root@endpoint ~]# > > > ╭─paul@hetzner.tmp.group ~/Perl/PL-Net-Hacky-Detect-IP/Net-Hacky-Detect-IP > ‹master*› > ╰─➤ cat test56 && perl test56 > > 130 ↵ > use warnings; > use strict; > > use IO::Socket::INET6; > > my $host = '234234:234234'; > my $port = 123; > > my $fail = 1; > > my $sock1 = IO::Socket::INET6->new( > LocalAddr => $host, > LocalPort => $port, > Proto => 'tcp', > ReuseAddr => 1 > ) or $fail = 0; > > warn $fail; > 0 at test56 line 18. >