A common pattern in epoll network servers is to accept all pending connections on the non-blocking socket listened on when epoll_wait returns indicating the socket is ready. An accept syscall is ...