[Libevent-users] listen syscall and the backlog argument

2012-02-10 Thread Ross Lagerwall
Hi, In listener.c, there is some duplicated code related to listen() and the backlog argument. This code simplifies backlog handling by relying on the POSIX semantics of listen(). In evconnlistener_new and evconnlistener_new_async, if the backlog argument was negative, a hardcoded backlog of 128

Re: [Libevent-users] Pull request

2012-02-10 Thread Nick Mathewson
On Wed, Feb 8, 2012 at 1:29 PM, Ross Lagerwall wrote: > Hi, > > I have created a fix for the issue: > http://sourceforge.net/tracker/?func=detail&aid=2808695&group_id=50884&atid=461325 Just merged it ; thanks! *** To unsubscribe,

[Libevent-users] ANN: Libevent 2.0.17-stable is released

2012-02-10 Thread Nick Mathewson
Hello, everyone! Announcing Libevent 2.0.17-stable = Libevent 2.0.17-stable is now tagged and released. The package is available from the *shiny new website* at http://libevent.org/ . There are GPG signatures there too; you should probably verify them, to make su