upstream nginx-0.7.42
[nginx.git] / nginx / src / http / ngx_http_core_module.h
index 7ad18ed..705659d 100644 (file)
@@ -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;