Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re: IO::Socket Connection Timeout lasts forever

by growlf (Pilgrim)
on Mar 19, 2002 at 23:54 UTC ( [id://152891]=note: print w/replies, xml ) Need Help??


in reply to IO::Socket Connection Timeout lasts forever

According to PerlDoc, you can specify the following:

    PeerAddr	Remote host address          <hostname>[:<port>]
    PeerHost	Synonym for PeerAddr
    PeerPort	Remote port or service       <service>[(<no>)] | <no>
    LocalAddr	Local host bind	address      hostname[:port]
    LocalHost	Synonym for LocalAddr
    LocalPort	Local host bind	port         <service>[(<no>)] | <no>
    Proto	Protocol name (or number)    "tcp" | "udp" | ...
    Type	Socket type                  SOCK_STREAM | SOCK_DGRAM | ...
    Listen	Queue size for listen
    ReuseAddr	Set SO_REUSEADDR before binding
    Reuse	Set SO_REUSEADDR before binding (deprecated, prefer ReuseAddr)
    ReusePort	Set SO_REUSEPORT before binding
 -->Timeout	Timeout	value for various operations
    MultiHomed  Try all adresses for multi-homed hosts  
 
Have you tried specifying the timeout?

*G*

Edited by footpad, ~Wed Mar 20 04:31:35 2002 (GMT)

  • Comment on Re: IO::Socket Connection Timeout lasts forever

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://152891]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others scrutinizing the Monastery: (5)
As of 2024-04-23 16:26 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found