comparison src/event/ngx_event_accept.c @ 426:3f88935a02e8

nginx-0.0.10-2004-09-14-23:39:54 import
author Igor Sysoev <igor@sysoev.ru>
date Tue, 14 Sep 2004 19:39:54 +0000
parents bd39260a1383
children 358bbd2561b5
comparison
equal deleted inserted replaced
425:bd39260a1383 426:3f88935a02e8
125 125
126 ngx_destroy_pool(pool); 126 ngx_destroy_pool(pool);
127 return; 127 return;
128 } 128 }
129 129
130 #if (NGX_STAT_STUB)
131 (*ngx_stat_accepted)++;
132 (*ngx_stat_active)++;
133 #endif
130 134
131 ngx_accept_disabled = (ngx_uint_t) s + NGX_ACCEPT_THRESHOLD 135 ngx_accept_disabled = (ngx_uint_t) s + NGX_ACCEPT_THRESHOLD
132 - ecf->connections; 136 - ecf->connections;
133 137
134 /* disable warning: Win32 SOCKET is u_int while UNIX socket is int */ 138 /* disable warning: Win32 SOCKET is u_int while UNIX socket is int */