Skip to content

IO::Socket::INET Timeout #4821

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
p5pRT opened this issue Jan 13, 2002 · 2 comments
Closed

IO::Socket::INET Timeout #4821

p5pRT opened this issue Jan 13, 2002 · 2 comments

Comments

@p5pRT
Copy link

p5pRT commented Jan 13, 2002

Migrated from rt.perl.org#8226 (status was 'resolved')

Searchable as RT8226$

@p5pRT
Copy link
Author

p5pRT commented Jan 13, 2002

From [email protected]

Hi,
hope that's the right way?

OS​: all Win32
Perl Version​: no matter, latest too
Fact​:
  my $SOCKET = IO​::Socket​::INET->new(
  Proto => "tcp",
  PeerPort => 8000,
  PeerAddr => "10.0.0.155",
  Timeout => 1
  ) or do {
  #
  };

If there is the PeerAddr not present in the net, I have a over 20 second timeout on W2K. The parameter "Timeout" does absolute not work!
BUT SEE​:
Now I tried cygwin perl 5.6.1 and it worked fine on W2K. How could it be?

Regards,
Peter

@p5pRT p5pRT closed this as completed May 10, 2010
@p5pRT
Copy link
Author

p5pRT commented May 10, 2010

@chorny - Status changed from 'open' to 'resolved'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant