From 031a6e2906592b4f5bfa6f21eb2fe2d49478139c Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Thu, 9 Aug 2007 13:32:21 +0000 Subject: 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