]> git.kaiwu.me - nginx.git/commit
Core: ipv6only is now on by default.
authorRuslan Ermilov <ru@nginx.com>
Mon, 30 Jul 2012 12:27:06 +0000 (12:27 +0000)
committerRuslan Ermilov <ru@nginx.com>
Mon, 30 Jul 2012 12:27:06 +0000 (12:27 +0000)
commitdeaf22d22083473ec3cdcd2dcfb2ea7c0fd62a3f
treeacf6297d9229f9b2c0da4bfb9a918912096aa2ba
parent9c8f3d86b4c4c1bb04057e57f798e4244cefcbcf
Core: ipv6only is now on by default.

There is a general consensus that this change results in better
consistency between different operating systems and differently
tuned operating systems.

Note: this changes the width and meaning of the ipv6only field
of the ngx_listening_t structure.  3rd party modules that create
their own listening sockets might need fixing.
src/core/ngx_connection.c
src/core/ngx_connection.h
src/http/ngx_http_core_module.c
src/http/ngx_http_core_module.h
src/mail/ngx_mail.h
src/mail/ngx_mail_core_module.c