Re: Sockets

2001-07-26 Thread pcg
On Thu, Jul 26, 2001 at 10:03:05AM -0400, Jeff Boes <[EMAIL PROTECTED]> wrote: > Are there any "gotchas" with respect to 'io' events and sockets? What you posted seems to work fine here (Linux-2.4, Event-0.83), so I suspect something goes wrong with your socket setup. Without an example script (w

Sockets

2001-07-26 Thread Jeff Boes
Are there any "gotchas" with respect to 'io' events and sockets? $watch_in = IO::Socket::INET->new( Proto => 'udp', LocalPort => $cfg->socket_nbr, ReuseAddr => 1,