Re: A question about Timeout

2007-04-17 Thread Owen
On Mon, 16 Apr 2007 11:04:09 +0800 "Jeff Pang" <[EMAIL PROTECTED]> wrote: > I wrote a simple socket server which get the listen socket like below, > > my $socket = IO::Socket::INET->new( >LocalAddr => xxx.xxx.xxx.xxx, >

A question about Timeout

2007-04-15 Thread Jeff Pang
Hello, I wrote a simple socket server which get the listen socket like below, my $socket = IO::Socket::INET->new( LocalAddr => xxx.xxx.xxx.xxx, LocalPort => , Listen