Comment by quibono
1 day ago
I'm assuming epoll is covered implicitly by the section on kqueue. Are there any differences between the two besides the name?
1 day ago
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.