diff src/os/win32/ngx_win32_config.h @ 1377:0d57c150115b

set default listen() backlog to 511 on all platforms except FreeBSD
author Igor Sysoev <igor@sysoev.ru>
date Thu, 09 Aug 2007 13:32:21 +0000
parents f69d1aab6a0f
children 25e2db857b66
line wrap: on
line diff
--- a/src/os/win32/ngx_win32_config.h	Tue Aug 07 12:34:20 2007 +0000
+++ b/src/os/win32/ngx_win32_config.h	Thu Aug 09 13:32:21 2007 +0000
@@ -149,6 +149,9 @@
 #define NGX_WIN_NT        200000
 
 
+#define NGX_LISTEN_BACKLOG           511
+
+
 #ifndef NGX_HAVE_INHERITED_NONBLOCK
 #define NGX_HAVE_INHERITED_NONBLOCK  1
 #endif