diff options
author | Igor Sysoev <igor@sysoev.ru> | 2011-04-23 17:27:55 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2011-04-23 17:27:55 +0000 |
commit | 2bd01a0f0196d7915e8bf54f4966ad240593564b (patch) | |
tree | 4a4bfc71a06e5426f06b31dc78515ecce9e8805e /src/os/unix/ngx_linux_config.h | |
parent | efde3eb92e00cd8d181ac13b8f5a2f58ec4c0460 (diff) | |
download | nginx-2bd01a0f0196d7915e8bf54f4966ad240593564b.tar.gz nginx-2bd01a0f0196d7915e8bf54f4966ad240593564b.zip |
revert r3864, it may cause kernel panic on some kernels while working with IPv6
Diffstat (limited to 'src/os/unix/ngx_linux_config.h')
-rw-r--r-- | src/os/unix/ngx_linux_config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/os/unix/ngx_linux_config.h b/src/os/unix/ngx_linux_config.h index 556651c8e..cf45e54a1 100644 --- a/src/os/unix/ngx_linux_config.h +++ b/src/os/unix/ngx_linux_config.h @@ -88,7 +88,7 @@ typedef struct iocb ngx_aiocb_t; #endif -#define NGX_LISTEN_BACKLOG -1 +#define NGX_LISTEN_BACKLOG 511 #if defined TCP_DEFER_ACCEPT && !defined NGX_HAVE_DEFERRED_ACCEPT |