comparison src/http/ngx_http_core_module.h @ 2562:c352c419be85

ipv6only
author Igor Sysoev <igor@sysoev.ru>
date Fri, 13 Mar 2009 14:20:34 +0000
parents 2d34fba7cf06
children 859f6675a553
comparison
equal deleted inserted replaced
2561:2c3cff5999a2 2562:c352c419be85
41 unsigned default_server:1; 41 unsigned default_server:1;
42 unsigned bind:1; 42 unsigned bind:1;
43 unsigned wildcard:1; 43 unsigned wildcard:1;
44 #if (NGX_HTTP_SSL) 44 #if (NGX_HTTP_SSL)
45 unsigned ssl:1; 45 unsigned ssl:1;
46 #endif
47 #if (NGX_HAVE_INET6 && defined IPV6_V6ONLY)
48 unsigned ipv6only:2;
46 #endif 49 #endif
47 50
48 int backlog; 51 int backlog;
49 int rcvbuf; 52 int rcvbuf;
50 int sndbuf; 53 int sndbuf;