On 7 April 2012 23:36, Vlad Galu <[email protected]> wrote: > This might not exactly be what you want, but struct kevent has a member > called "data" which, for sockets and pipes, returns the number of available > bytes to read (or write) for EVFILT_READ (or EVFILT_WRITE) events. >
That's a good idea but I'm actually trying to find out why my write events are not firing, so I can't get to that information. _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "[email protected]"

