You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
EPOLLRDHUP (since Linux 2.6.17)
Stream socket peer closed connection, or shut down writing half of connection. (This flag is especially useful for writing simple code to detect peer shutdown when using
edge-triggered monitoring.)
However, this event is never used in epoll_reactor.ipp.
The text was updated successfully, but these errors were encountered:
from man epoll_ctl:
However, this event is never used in epoll_reactor.ipp.
The text was updated successfully, but these errors were encountered: