My Linux code, which uses libevent 2.0.x occasionally prints these error
messages
Epoll ADD on fd 14 failed. Old events were 0; read change was 1 (add);
write change was 0 (none).: File exists
When they appear, it can be as frequent as once a second.
Can someone shed some light on what the is
Hi, i've received a http/dns related crash inside libevent code, and
i'm not sure if it's a libevent bug or my application's bug.
I'm using 2.0.7-rc on linux.
The code that uses the http code is here
http://github.com/vampirefrog/frogmod-justice/blob/master/fpsgame/server.cpp#L746
Lines 746-790.