comparison src/core/ngx_connection.h @ 194:2357fa41738a

nginx-0.0.1-2003-11-21-09:30:49 import
author Igor Sysoev <igor@sysoev.ru>
date Fri, 21 Nov 2003 06:30:49 +0000
parents 31824be1fc66
children f1d0e5f09c1e
comparison
equal deleted inserted replaced
193:dd66383796a5 194:2357fa41738a
26 void *servers; /* array of ngx_http_in_addr_t, for example */ 26 void *servers; /* array of ngx_http_in_addr_t, for example */
27 27
28 ngx_log_t *log; 28 ngx_log_t *log;
29 int backlog; 29 int backlog;
30 30
31 int pool_size; 31 size_t pool_size;
32 int post_accept_buffer_size; /* should be here because 32 size_t post_accept_buffer_size; /* should be here because
33 of the AcceptEx() preread */ 33 of the AcceptEx() preread */
34 time_t post_accept_timeout; /* should be here because 34 time_t post_accept_timeout; /* should be here because
35 of the deferred accept */ 35 of the deferred accept */
36 36
37 unsigned new:1; 37 unsigned new:1;