Re: A question about Timeout
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
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