comparison src/mail/ngx_mail.h @ 682:5cb5db9975ba NGINX_1_3_4

nginx 1.3.4 *) Change: the "ipv6only" parameter is now turned on by default for listening IPv6 sockets. *) Feature: the Clang compiler support. *) Bugfix: extra listening sockets might be created. Thanks to Roman Odaisky. *) Bugfix: nginx/Windows might hog CPU if a worker process failed to start. Thanks to Ricardo Villalobos Guevara. *) Bugfix: the "proxy_pass_header", "fastcgi_pass_header", "scgi_pass_header", "uwsgi_pass_header", "proxy_hide_header", "fastcgi_hide_header", "scgi_hide_header", and "uwsgi_hide_header" directives might be inherited incorrectly.
author Igor Sysoev <http://sysoev.ru>
date Tue, 31 Jul 2012 00:00:00 +0400
parents d0f7a625f27c
children
comparison
equal deleted inserted replaced
681:625501f84a6b 682:5cb5db9975ba
37 unsigned wildcard:1; 37 unsigned wildcard:1;
38 #if (NGX_MAIL_SSL) 38 #if (NGX_MAIL_SSL)
39 unsigned ssl:1; 39 unsigned ssl:1;
40 #endif 40 #endif
41 #if (NGX_HAVE_INET6 && defined IPV6_V6ONLY) 41 #if (NGX_HAVE_INET6 && defined IPV6_V6ONLY)
42 unsigned ipv6only:2; 42 unsigned ipv6only:1;
43 #endif 43 #endif
44 unsigned so_keepalive:2; 44 unsigned so_keepalive:2;
45 #if (NGX_HAVE_KEEPALIVE_TUNABLE) 45 #if (NGX_HAVE_KEEPALIVE_TUNABLE)
46 int tcp_keepidle; 46 int tcp_keepidle;
47 int tcp_keepintvl; 47 int tcp_keepintvl;
98 unsigned wildcard:1; 98 unsigned wildcard:1;
99 #if (NGX_MAIL_SSL) 99 #if (NGX_MAIL_SSL)
100 unsigned ssl:1; 100 unsigned ssl:1;
101 #endif 101 #endif
102 #if (NGX_HAVE_INET6 && defined IPV6_V6ONLY) 102 #if (NGX_HAVE_INET6 && defined IPV6_V6ONLY)
103 unsigned ipv6only:2; 103 unsigned ipv6only:1;
104 #endif 104 #endif
105 unsigned so_keepalive:2; 105 unsigned so_keepalive:2;
106 #if (NGX_HAVE_KEEPALIVE_TUNABLE) 106 #if (NGX_HAVE_KEEPALIVE_TUNABLE)
107 int tcp_keepidle; 107 int tcp_keepidle;
108 int tcp_keepintvl; 108 int tcp_keepintvl;