diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2007-09-22 18:59:05 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2007-09-22 18:59:05 +0000 |
| commit | 5963fbae8ee06329e347d5fe113c649ed1aa179e (patch) | |
| tree | cd3d315176a7419c8a762cd9fa07e69f0a584cda /src/os/unix/ngx_solaris_config.h | |
| parent | a3f8dc8c7fe6f75046431b86fd927627f92c6f4e (diff) | |
| download | nginx-5963fbae8ee06329e347d5fe113c649ed1aa179e.tar.gz nginx-5963fbae8ee06329e347d5fe113c649ed1aa179e.tar.bz2 | |
r1378 merge:
set default listen() backlog to 511 on all platforms except FreeBSD
Diffstat (limited to 'src/os/unix/ngx_solaris_config.h')
| -rw-r--r-- | src/os/unix/ngx_solaris_config.h | 3 |
1 files changed, 3 insertions, 0 deletions
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 |
