comparison src/os/unix/ngx_solaris_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 2d47c7f22f7c
children ceef364208c8
comparison
equal deleted inserted replaced
1505:f552535e259b 1506:1a1fe29fdb17
80 #if (NGX_HAVE_EVENTPORT) 80 #if (NGX_HAVE_EVENTPORT)
81 #include <port.h> 81 #include <port.h>
82 #endif 82 #endif
83 83
84 84
85 #define NGX_LISTEN_BACKLOG 511
86
87
85 #ifndef NGX_HAVE_INHERITED_NONBLOCK 88 #ifndef NGX_HAVE_INHERITED_NONBLOCK
86 #define NGX_HAVE_INHERITED_NONBLOCK 1 89 #define NGX_HAVE_INHERITED_NONBLOCK 1
87 #endif 90 #endif
88 91
89 92