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 */ 請求的事件
相關文章
相關標籤/搜索