Linux epoll based event driver implementation.
Epoll is an efficient API for asynchronous I/O on Linux, suitable for large numbers of concurrently open sockets.
See Source File
Linux epoll based event driver implementation.
Epoll is an efficient API for asynchronous I/O on Linux, suitable for large numbers of concurrently open sockets.