about summary refs log tree commit homepage
path: root/lib/PublicInbox/NNTP.pm
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2019-06-24 02:52:47 +0000
committerEric Wong <e@80x24.org>2019-06-24 05:26:27 +0000
commitb86c1790854c6d8b8299e5b71ad067b97cff548b (patch)
treea0a01818e2ae99848b2ca0f1deb0e1872fd68a30 /lib/PublicInbox/NNTP.pm
parent6ea82fb5d6cd5ae6813f3700fe915ab9110086ea (diff)
downloadpublic-inbox-b86c1790854c6d8b8299e5b71ad067b97cff548b.tar.gz
kqueue EV_ONESHOT semantics are different than epoll
EPOLLONESHOT.  epoll only disables watches for that event while
keeping the item in the rbtree for future EPOLL_CTL_MOD.  kqueue
removes the watch from the filter set entirely, necessitating
the use of EV_ADD for future modifications.
Diffstat (limited to 'lib/PublicInbox/NNTP.pm')
0 files changed, 0 insertions, 0 deletions