Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src/os
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2011-04-23 21:27:55 +0400
committerIgor Sysoev <igor@sysoev.ru>2011-04-23 21:27:55 +0400
commit2bd01a0f0196d7915e8bf54f4966ad240593564b (patch)
tree4a4bfc71a06e5426f06b31dc78515ecce9e8805e /src/os
parentefde3eb92e00cd8d181ac13b8f5a2f58ec4c0460 (diff)
revert r3864, it may cause kernel panic on some kernels while working with IPv6
Diffstat (limited to 'src/os')
-rw-r--r--src/os/unix/ngx_linux_config.h2
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