First page Back Continue Last page Summary Graphics
kqueue API: Filter types
EVFILT_WRITE
returns whenever data can be written to the descriptor. data will contain the amont of bytes for sockets, pipes and fifos. EV_EOF works like the EVFILT_READ case
EVFILT_AIO
XXX
Notes: