comparison src/event/ngx_event_udp.c @ 8741:7f95010f10b7 quic

Merged with the default branch.
author Sergey Kandaurov <pluknet@nginx.com>
date Fri, 16 Apr 2021 19:35:55 +0300
parents 9ce6d80df113 fdc3d40979b0
children e7a2d3914877
comparison
equal deleted inserted replaced
8740:cc3e9c131d79 8741:7f95010f10b7
395 * or protection by critical section or light mutex 395 * or protection by critical section or light mutex
396 */ 396 */
397 397
398 c->number = ngx_atomic_fetch_add(ngx_connection_counter, 1); 398 c->number = ngx_atomic_fetch_add(ngx_connection_counter, 1);
399 399
400 c->start_time = ngx_current_msec;
401
400 #if (NGX_STAT_STUB) 402 #if (NGX_STAT_STUB)
401 (void) ngx_atomic_fetch_add(ngx_stat_handled, 1); 403 (void) ngx_atomic_fetch_add(ngx_stat_handled, 1);
402 #endif 404 #endif
403 405
404 if (ls->addr_ntop) { 406 if (ls->addr_ntop) {