The libevent documentation mentions connection listeners that provide callback 
events for listener file descriptors. 
My question is - if we register EV_READ callback on a listener file descriptor, 
will it get EV_READ events when a
new connection is arriving or the only way to work with listenets is via 
evconnlistener interface?

- Alex


***********************************************************************
To unsubscribe, send an e-mail to majord...@freehaven.net with
unsubscribe libevent-users    in the body.

Reply via email to