2018年7月8日

网络编程——I/O复用

摘要: int select( int nfds, fd_set FAR* readfds, fd_set * writefds, fd_set * exceptfds, const struct timeval * timeout); nfds:是一个整数值,是指集合中所有文件描述符的范围,即所有文件描述 阅读全文
posted @ 2018-07-08 17:23 IT8343 阅读(252) 评论(0) 推荐(0)