From 5963fbae8ee06329e347d5fe113c649ed1aa179e Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Sat, 22 Sep 2007 18:59:05 +0000 Subject: r1378 merge: set default listen() backlog to 511 on all platforms except FreeBSD --- src/os/unix/ngx_solaris_config.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/os/unix/ngx_solaris_config.h') diff --git a/src/os/unix/ngx_solaris_config.h b/src/os/unix/ngx_solaris_config.h index 9183bb360..989a30e2c 100644 --- a/src/os/unix/ngx_solaris_config.h +++ b/src/os/unix/ngx_solaris_config.h @@ -82,6 +82,9 @@ #endif +#define NGX_LISTEN_BACKLOG 511 + + #ifndef NGX_HAVE_INHERITED_NONBLOCK #define NGX_HAVE_INHERITED_NONBLOCK 1 #endif -- cgit