You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by iv...@apache.org on 2017/08/17 15:57:46 UTC

svn propchange: r1805309 - svn:log

Author: ivan
Revision: 1805309
Modified property: svn:log

Modified: svn:log at Thu Aug 17 15:57:46 2017
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Thu Aug 17 15:57:46 2017
@@ -21,8 +21,9 @@ connections on Windows with mpm_winnt.
    on Windows 8+.
 
 * network_io/win32/sockets.c
-  (apr_socket_listen): Use SOMAXCONN_HINT() if it's supported by both
-   the SDK we are building against and the Windows version we are
-   running on.
+  (SOMAXCONN_HINT): Define this macro in case we are building against
+   an older version of Windows SDK.
+  (apr_socket_listen): Use SOMAXCONN_HINT() for the backlog queue length
+   if it's supported by the Windows version we are running on.
 
 Patch by: Evgeny Kotkov <evgeny.kotkov {at} visualsvn.com>