Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Test-TCP CPAN distribution.

Report information
The Basics
Id: 64012
Status: resolved
Priority: 0/
Queue: Test-TCP

People
Owner: Nobody in particular
Requestors: daxim [...] cpan.org
Cc:
AdminCc:

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



Subject: empty_port should return numbers in the range 49152 .. 65535
See <http://www.iana.org/assignments/port-numbers>. As of 1.08, empty_port returns in the range 10000 .. 11000, and possibly prevent a service from running by snatching the port number first. Change the range to 49152 .. 65535 in order to reduce the potential for conflicts.
This issue was fixed on repo. https://github.com/tokuhirom/test- tcp/commit/59264f86f29966d58e90fe86c70cceb06120ae27 On 2010-12月-17 金 06:27:11, DAXIM wrote: Show quoted text
> See <http://www.iana.org/assignments/port-numbers>. As of 1.08, > empty_port returns in the range 10000 .. 11000, and possibly prevent a > service from running by snatching the port number first. Change the range > to 49152 .. 65535 in order to reduce the potential for conflicts.
fixed at latest release. On 2011-5月-31 火 05:55:50, TOKUHIROM wrote: Show quoted text
> This issue was fixed on repo. > https://github.com/tokuhirom/test- > tcp/commit/59264f86f29966d58e90fe86c70cceb06120ae27 > > On 2010-12月-17 金 06:27:11, DAXIM wrote:
> > See <http://www.iana.org/assignments/port-numbers>. As of 1.08, > > empty_port returns in the range 10000 .. 11000, and possibly prevent a > > service from running by snatching the port number first. Change the range > > to 49152 .. 65535 in order to reduce the potential for conflicts.
>