diff src/os/win32/ngx_win32_config.h @ 1506:1a1fe29fdb17 stable-0.5

r1378 merge: set default listen() backlog to 511 on all platforms except FreeBSD
author Igor Sysoev <igor@sysoev.ru>
date Sat, 22 Sep 2007 18:59:05 +0000
parents f88651afad40
children e2ab812358bd
line wrap: on
line diff
--- a/src/os/win32/ngx_win32_config.h
+++ b/src/os/win32/ngx_win32_config.h
@@ -148,6 +148,9 @@ typedef int                 sig_atomic_t
 #define NGX_WIN_NT        200000
 
 
+#define NGX_LISTEN_BACKLOG           511
+
+
 #ifndef NGX_HAVE_INHERITED_NONBLOCK
 #define NGX_HAVE_INHERITED_NONBLOCK  1
 #endif