in reply to Gnutella - Perl implementation problems

As far as I can tell, IO::Socket::INET doesn't use TimeOut for anything (it's all commented out in version 1.31). One alternative might be to use the alarm signal in an eval block.
  • Comment on Re: Gnutella - Perl implementation problems