epoll oneshot
Posted codestack
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了epoll oneshot相关的知识,希望对你有一定的参考价值。
/* Epoll private bits inside the event mask */
#define EP_PRIVATE_BITS (EPOLLWAKEUP | EPOLLONESHOT | EPOLLET | EPOLLEXCLUSIVE)
主要是看下:惊群源:
1、socket wake_up all
2、epoll_wait 中wake_up all
以上是关于epoll oneshot的主要内容,如果未能解决你的问题,请参考以下文章