摘要: 在Libev中,使用poll作为backend时,涉及到下面几种数据结构:int *pollidxs;int pollidxmax;struct pollfd *polls;int pollmax;int pollcnt; polls就是struct pollfd结... 阅读全文
posted @ 2015-10-11 13:37 gqtc 阅读(372) 评论(0) 推荐(0)