mtcp-stack / mtcp

mTCP: A Highly Scalable User-level TCP Stack for Multicore Systems

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

epoll "forgets" events that are not edge triggered.

johalun opened this issue · comments

I have a problem where I need to run mtcp_epoll_ctl before each mtcp_epoll_wait because it only generates one event for a writeable socket, kind of what you'd expect from a edge triggered event.

Looking through the code now to see if I can patch it temporarily.