在Linux环境下select函数的初体验

复制/* /usr/include/sys/select.h */ extern intselect (int __nfds,环函数 // 最大文件描述符+1 fd_set *__restrict __readfds, // 读状态文件集 fd_set *__restrict __writefds, // 写状态文件集 fd_set *__restrict __exceptfds, // 异常状态文件集 struct timeval *__restrict __timeout); // 超时时间 1.2.3.4.5.6.
本文地址:http://www.bzve.cn/news/522f2499453.html
版权声明
本文仅代表作者观点,不代表本站立场。
本文系作者授权发表,未经许可,不得转载。