comparison src/core/ngx_connection.h @ 143:5526213be452

nginx-0.0.1-2003-10-10-19:10:50 import
author Igor Sysoev <igor@sysoev.ru>
date Fri, 10 Oct 2003 15:10:50 +0000
parents b75602822f64
children 31824be1fc66
comparison
equal deleted inserted replaced
142:cb77c084acdb 143:5526213be452
100 int number; 100 int number;
101 101
102 unsigned pipeline:1; 102 unsigned pipeline:1;
103 unsigned unexpected_eof:1; 103 unsigned unexpected_eof:1;
104 unsigned tcp_nopush:1; 104 unsigned tcp_nopush:1;
105 unsigned tcp_nopush_enabled:1;
106 #if (HAVE_IOCP) 105 #if (HAVE_IOCP)
107 unsigned accept_context_updated:1; 106 unsigned accept_context_updated:1;
108 #endif 107 #endif
109 }; 108 };
110 109