comparison src/core/ngx_connection.h @ 106:45f7329b4bd0 NGINX_0_3_0

nginx 0.3.0 *) Change: the 10-days live time limit of worker process was eliminated. The limit was introduced because of millisecond timers overflow.
author Igor Sysoev <http://sysoev.ru>
date Fri, 07 Oct 2005 00:00:00 +0400
parents ca4f70b3ccc6
children 408f195b3482
comparison
equal deleted inserted replaced
105:531d62c2a28d 106:45f7329b4bd0
37 37
38 size_t pool_size; 38 size_t pool_size;
39 /* should be here because of the AcceptEx() preread */ 39 /* should be here because of the AcceptEx() preread */
40 size_t post_accept_buffer_size; 40 size_t post_accept_buffer_size;
41 /* should be here because of the deferred accept */ 41 /* should be here because of the deferred accept */
42 time_t post_accept_timeout; 42 ngx_msec_t post_accept_timeout;
43 43
44 ngx_listening_t *previous; 44 ngx_listening_t *previous;
45 ngx_connection_t *connection; 45 ngx_connection_t *connection;
46 46
47 unsigned open:1; 47 unsigned open:1;