Comment by quibono
I'm assuming epoll is covered implicitly by the section on kqueue. Are there any differences between the two besides the name?
I'm assuming epoll is covered implicitly by the section on kqueue. Are there any differences between the two besides the name?
epoll returns a single value for events, and kqueue returns a struct.
vs For read/write events, ident is the FD and data is the number of bytes that can be read or written.