comparison src/os/unix/ngx_linux_config.h @ 3903:5cecc8377613

revert r3864, it may cause kernel panic on some kernels while working with IPv6
author Igor Sysoev <igor@sysoev.ru>
date Sat, 23 Apr 2011 17:27:55 +0000
parents f596dd1a6d33
children 0daede16d68b
comparison
equal deleted inserted replaced
3902:159b58f9c0bd 3903:5cecc8377613
86 #include <linux/aio_abi.h> 86 #include <linux/aio_abi.h>
87 typedef struct iocb ngx_aiocb_t; 87 typedef struct iocb ngx_aiocb_t;
88 #endif 88 #endif
89 89
90 90
91 #define NGX_LISTEN_BACKLOG -1 91 #define NGX_LISTEN_BACKLOG 511
92 92
93 93
94 #if defined TCP_DEFER_ACCEPT && !defined NGX_HAVE_DEFERRED_ACCEPT 94 #if defined TCP_DEFER_ACCEPT && !defined NGX_HAVE_DEFERRED_ACCEPT
95 #define NGX_HAVE_DEFERRED_ACCEPT 1 95 #define NGX_HAVE_DEFERRED_ACCEPT 1
96 #endif 96 #endif