> -----Original Message-----
> From: Bill Stoddard [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, November 20, 2001 4:27 PM
> To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
> Subject: Re: [PATCH] mpm_winnt -- check for connection and then
> update context
>
>
> I believe the attached patch is a better solution. The
> setsockopt(SO_UPDATE_ACCEPT_CONTEXT) needs to be issued on the
> socket once the socket has
> been accepted (after AcceptEx, not before). There is an
> optimization to not call
> setsockopt on accept sockets that are being reused but I'll worry
> about that later. Let me
> know how this patch works.
>
> Bill
It does.
Actually that was the first thing I've tried ;-)
MT.