Socket buffer usage
Ivan Voras
ivoras at freebsd.org
Sat Apr 7 23:01:43 UTC 2012
On 7 April 2012 23:36, Vlad Galu <dudu at dudu.ro> 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.
More information about the freebsd-hackers
mailing list