It doesn't look like libevent supports an exceptional or error event.  There 
are times in many protocols where you neither want to read from nor write to a 
socket, but you do want to know if the socket is disconnected by the peer.  
select/poll/epoll/rtsig all have access to this kind of event, so why isn't 
this exposed through libevent?

Would a patch adding this event be welcomed?

_______________________________________________
Libevent-users mailing list
[email protected]
http://monkey.org/mailman/listinfo/libevent-users

Reply via email to