comparison src/http/ngx_http_core_module.h @ 6720:9170240f1241

Modules compatibility: removed unneeded NGX_HAVE_REUSEPORT checks. Removed NGX_HAVE_REUSEPORT from the signature accordingly.
author Maxim Dounin <mdounin@mdounin.ru>
date Mon, 03 Oct 2016 15:58:29 +0300
parents cebf5fed00bf
children 48bab8b83f4e
comparison
equal deleted inserted replaced
6719:cebf5fed00bf 6720:9170240f1241
70 #endif 70 #endif
71 unsigned http2:1; 71 unsigned http2:1;
72 #if (NGX_HAVE_INET6) 72 #if (NGX_HAVE_INET6)
73 unsigned ipv6only:1; 73 unsigned ipv6only:1;
74 #endif 74 #endif
75 #if (NGX_HAVE_REUSEPORT)
76 unsigned reuseport:1; 75 unsigned reuseport:1;
77 #endif
78 unsigned so_keepalive:2; 76 unsigned so_keepalive:2;
79 unsigned proxy_protocol:1; 77 unsigned proxy_protocol:1;
80 78
81 int backlog; 79 int backlog;
82 int rcvbuf; 80 int rcvbuf;