comparison src/os/unix/ngx_solaris_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 2d47c7f22f7c
children ceef364208c8
comparison
equal deleted inserted replaced
1376:6ff8c0c1e194 1377:0d57c150115b
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