使用边缘触发的 epoll,我应该循环发送吗?
我正在使用 epoll 编写媒体服务器。 fds 全部设置为非阻塞,我正在使用边缘触发事件。我知道对于 EPOLLIN,我需要循环读取 fd,直到返回 EAGAIN。但是…
如何使用 epoll_select 和 EPOLLET 读取多个文件描述符?
man epoll: The suggested way to use epoll as an edge-triggered (EPOLLET) interface is as follows: i with nonblocking file descriptors; and …
- 共 1 页
- 1