diff options
author | Igor Sysoev <igor@sysoev.ru> | 2009-03-13 14:20:34 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2009-03-13 14:20:34 +0000 |
commit | 6d94b51f0bda79fba3a9d122537f0cfac412bb34 (patch) | |
tree | cb97419433f565c89dcc7a4d1f93a322fea9d2a0 /src/http/ngx_http_core_module.h | |
parent | 648b0dcf282a3f1b75acfb9775c7fb00821454b9 (diff) | |
download | nginx-6d94b51f0bda79fba3a9d122537f0cfac412bb34.tar.gz nginx-6d94b51f0bda79fba3a9d122537f0cfac412bb34.zip |
ipv6only
Diffstat (limited to 'src/http/ngx_http_core_module.h')
-rw-r--r-- | src/http/ngx_http_core_module.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/http/ngx_http_core_module.h b/src/http/ngx_http_core_module.h index 7ad18edd2..705659d0a 100644 --- a/src/http/ngx_http_core_module.h +++ b/src/http/ngx_http_core_module.h @@ -44,6 +44,9 @@ typedef struct { #if (NGX_HTTP_SSL) unsigned ssl:1; #endif +#if (NGX_HAVE_INET6 && defined IPV6_V6ONLY) + unsigned ipv6only:2; +#endif int backlog; int rcvbuf; |