摘要:
IO多路转接([select] | [poll] | [epoll]) #include <poll.h> int poll(struct pollfd *fd,nfds_t nfds,int timeout); pollfd -- 数组的地址 nfds --数组的最大长度,数组中最后一个使用的元素 阅读全文
posted @ 2021-05-09 18:20
lodger47
阅读(319)
评论(0)
推荐(0)
浙公网安备 33010602011771号