Re: kevent on UDP sockets

2008-02-08 Thread Bruce M. Simpson
Paul wrote: I'm having trouble with kevent() in connection with UDP sockets (6.2-STABLE). Registering an event seems to work, but when UDP packet arrives on the socket, kevent returns with 0. Is there currently a working support for UDP sockets in kqueue/kevent, or does it only apply

kevent on UDP sockets

2008-02-07 Thread Paul
I'm having trouble with kevent() in connection with UDP sockets (6.2-STABLE). Registering an event seems to work, but when UDP packet arrives on the socket, kevent returns with 0. Is there currently a working support for UDP sockets in kqueue/kevent, or does it only apply to TCP sockets

Re: kevent on UDP sockets

2008-02-07 Thread Zaphod Beeblebrox
On Feb 7, 2008 1:54 PM, Paul [EMAIL PROTECTED] wrote: I'm having trouble with kevent() in connection with UDP sockets (6.2-STABLE). Registering an event seems to work, but when UDP packet arrives on the socket, kevent returns with 0. Is there currently a working support for UDP sockets