comparison src/core/ngx_connection.h @ 557:ecd9c160f25b release-0.3.0

nginx-0.3.0-RELEASE import *) Change: the 10-days live time limit of worker process was eliminated. The limit was introduced because of millisecond timers overflow.
author Igor Sysoev <igor@sysoev.ru>
date Fri, 07 Oct 2005 13:30:52 +0000
parents 818fbd4750b9
children 9c2f3ed7a247
comparison
equal deleted inserted replaced
556:21a706ff4e1f 557:ecd9c160f25b
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;