aboutsummaryrefslogtreecommitdiff
path: root/src/core/ngx_connection.h
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2003-11-21 06:30:49 +0000
committerIgor Sysoev <igor@sysoev.ru>2003-11-21 06:30:49 +0000
commitd9d0ca12688034d481e2f1f5cf13a098338ec31d (patch)
tree9dca776a24d0bd34064b21d77fe5b6d290510445 /src/core/ngx_connection.h
parent1ef225254ef3f7fc5470289bdeabad2e31507d55 (diff)
downloadnginx-d9d0ca12688034d481e2f1f5cf13a098338ec31d.tar.gz
nginx-d9d0ca12688034d481e2f1f5cf13a098338ec31d.zip
nginx-0.0.1-2003-11-21-09:30:49 import
Diffstat (limited to 'src/core/ngx_connection.h')
-rw-r--r--src/core/ngx_connection.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/ngx_connection.h b/src/core/ngx_connection.h
index da6f37a01..9312fba60 100644
--- a/src/core/ngx_connection.h
+++ b/src/core/ngx_connection.h
@@ -28,8 +28,8 @@ typedef struct {
ngx_log_t *log;
int backlog;
- int pool_size;
- int post_accept_buffer_size; /* should be here because
+ size_t pool_size;
+ size_t post_accept_buffer_size; /* should be here because
of the AcceptEx() preread */
time_t post_accept_timeout; /* should be here because
of the deferred accept */