Linux网络编程---IO复用之poll函数

函数原型 #include <poll.h> int poll(struct pollfd *fds, nfds_t nfds, int timeout);web struct pollfd { int fd; /* file descriptor */ 文件描述符 short events; /* requested events */ 请求的事件
相关文章
相关标签/搜索