comparison 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
comparison
equal deleted inserted replaced
1505:f552535e259b 1506:1a1fe29fdb17
146 146
147 147
148 #define NGX_WIN_NT 200000 148 #define NGX_WIN_NT 200000
149 149
150 150
151 #define NGX_LISTEN_BACKLOG 511
152
153
151 #ifndef NGX_HAVE_INHERITED_NONBLOCK 154 #ifndef NGX_HAVE_INHERITED_NONBLOCK
152 #define NGX_HAVE_INHERITED_NONBLOCK 1 155 #define NGX_HAVE_INHERITED_NONBLOCK 1
153 #endif 156 #endif
154 157
155 #ifndef NGX_HAVE_WIN32_TRANSMITPACKETS 158 #ifndef NGX_HAVE_WIN32_TRANSMITPACKETS