comparison 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
comparison
equal deleted inserted replaced
1376:6ff8c0c1e194 1377:0d57c150115b
147 147
148 148
149 #define NGX_WIN_NT 200000 149 #define NGX_WIN_NT 200000
150 150
151 151
152 #define NGX_LISTEN_BACKLOG 511
153
154
152 #ifndef NGX_HAVE_INHERITED_NONBLOCK 155 #ifndef NGX_HAVE_INHERITED_NONBLOCK
153 #define NGX_HAVE_INHERITED_NONBLOCK 1 156 #define NGX_HAVE_INHERITED_NONBLOCK 1
154 #endif 157 #endif
155 158
156 #ifndef NGX_HAVE_WIN32_TRANSMITPACKETS 159 #ifndef NGX_HAVE_WIN32_TRANSMITPACKETS