summaryrefslogtreecommitdiffhomepage
path: root/src/core/ngx_config.h
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2008-09-19 12:47:13 +0000
committerIgor Sysoev <igor@sysoev.ru>2008-09-19 12:47:13 +0000
commite17cc987d32259f19145a260e9ee755c1cf21227 (patch)
tree5802f9e528c05b33e1dc55f059fe04e9aed2c6ec /src/core/ngx_config.h
parentc9ff5b6dffa8abc6acf872f8e70d4fd09f85d40c (diff)
downloadnginx-e17cc987d32259f19145a260e9ee755c1cf21227.tar.gz
nginx-e17cc987d32259f19145a260e9ee755c1cf21227.tar.bz2
dynamic accept threshold
Diffstat (limited to 'src/core/ngx_config.h')
-rw-r--r--src/core/ngx_config.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/ngx_config.h b/src/core/ngx_config.h
index 5861bfd09..ab73079a6 100644
--- a/src/core/ngx_config.h
+++ b/src/core/ngx_config.h
@@ -110,8 +110,6 @@ typedef intptr_t ngx_flag_t;
#define ngx_inline inline
#endif
-#define NGX_ACCEPT_THRESHOLD 100
-
#ifndef INADDR_NONE /* Solaris */
#define INADDR_NONE ((unsigned int) -1)
#endif