Re: [Libevent-users] ANN: Libevent 2.0.9-rc is released

2010-11-30 Thread Nick Mathewson
On Tue, Nov 30, 2010 at 9:41 AM, Kelly Brock wrote: > Great news but the iocp fix needs a minor fix: > > Line 618 & 619 need to be modified as follows: >                setsockopt(sock, SOL_SOCKET, SO_UPDATE_ACCEPT_CONTEXT, >                    (char *)&as->lev->fd, sizeof(&as->lev->fd)); > > This

Re: [Libevent-users] ANN: Libevent 2.0.9-rc is released

2010-11-30 Thread Sherif Fanous
Thanks a lot On Tue, Nov 30, 2010 at 5:31 PM, Frank Denis wrote: > Le Tue, Nov 30, 2010 at 05:02:22PM +0200, Sherif Fanous ecrivait : > > The Changelog states the following > > > > Disable changelist for epoll by default because of Linux dup() bug; add > an > > option and/or an envvar to reenabl

Re: [Libevent-users] ANN: Libevent 2.0.9-rc is released

2010-11-30 Thread Frank Denis
Le Tue, Nov 30, 2010 at 05:02:22PM +0200, Sherif Fanous ecrivait : > The Changelog states the following > > Disable changelist for epoll by default because of Linux dup() bug; add an > option and/or an envvar to reenable it for speed. > > Can an example be provided on how to enable it please H

Re: [Libevent-users] ANN: Libevent 2.0.9-rc is released

2010-11-30 Thread Sherif Fanous
The Changelog states the following Disable changelist for epoll by default because of Linux dup() bug; add an option and/or an envvar to reenable it for speed. Can an example be provided on how to enable it please Thanks On Tue, Nov 30, 2010 at 4:46 PM, Ralph Castain wrote: > And I have a Win

Re: [Libevent-users] ANN: Libevent 2.0.9-rc is released

2010-11-30 Thread Ralph Castain
And I have a Windows and Solaris compile patch for you too :-) My bad - I'm behind in getting it to you. On Nov 30, 2010, at 7:41 AM, Kelly Brock wrote: > Great news but the iocp fix needs a minor fix: > > Line 618 & 619 need to be modified as follows: > setsockopt(sock, SOL_SOCK

RE: [Libevent-users] ANN: Libevent 2.0.9-rc is released

2010-11-30 Thread Kelly Brock
Great news but the iocp fix needs a minor fix: Line 618 & 619 need to be modified as follows: setsockopt(sock, SOL_SOCKET, SO_UPDATE_ACCEPT_CONTEXT, (char *)&as->lev->fd, sizeof(&as->lev->fd)); This is due to the line just obove setting as->s to invalid. KB >