You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@apr.apache.org by Ivan Zhakov <iv...@visualsvn.com> on 2017/08/17 15:58:33 UTC

Re: [PATCH] Allow larger apr_socket_listen() backlog queue lengths on Windows 8+

On 12 July 2017 at 01:37, Evgeny Kotkov <ev...@visualsvn.com> wrote:
> Evgeny Kotkov <ev...@visualsvn.com> writes:
>
>> The attached patch starts using SOMAXCONN_HINT() in the Win32
>> implementation of the apr_socket_listen() function if this feature is
>> supported by the underlying version of Windows.
>
> With a bit more thought on this, here is the V2 version of this patch that
> doesn't require having a new Windows SDK to get the new behavior.
>
> This is achieved by optionally borrowing the definition of SOMAXCONN_HINT()
> from an appropriate version of the SDK.
>
>
Committed in r1805309. Thanks!



-- 
Ivan Zhakov