]> granicus.if.org Git - libevent/commit
Better workaround for Linux 3.2 edge-triggered epoll bug
authorNick Mathewson <nickm@torproject.org>
Thu, 26 Jan 2012 20:04:24 +0000 (15:04 -0500)
committerNick Mathewson <nickm@torproject.org>
Thu, 26 Jan 2012 20:04:24 +0000 (15:04 -0500)
commit9f9e259fdabbacff2ddbadda2784f91cd4ec94ce
tree7e11dbd71b4dffd3ba6a4e308f1780d4abd8063d
parentc94a5f2a2cce7b6751a95343e0d80b7d150add31
Better workaround for Linux 3.2 edge-triggered epoll bug

On further investigation, it appears that this problem is limited to
AF_UNIX sockets, so let's just do the test on AF_INET sockets.
test/regress_et.c