fengyoulin / ef

Event Framework, implemented the coroutine scheduling based on IO events. Support poll, epoll, event port and kqueue.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

epoll和poll的不会关联connfd

BinBrian opened this issue · comments

在linux环境下,使用epoll和poll, connfd不会关联到多路复用的实例上吗? 这里看着有点困惑。希望作者可以指点迷津

ef/framework.c

Line 212 in dfaff94

rt->p->associate(rt->p, ed->fd, EF_POLLIN, ed, 1);