comparison src/core/ngx_connection.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
67 unsigned wildcard:1; 67 unsigned wildcard:1;
68 68
69 #if (NGX_HAVE_INET6) 69 #if (NGX_HAVE_INET6)
70 unsigned ipv6only:1; 70 unsigned ipv6only:1;
71 #endif 71 #endif
72 #if (NGX_HAVE_REUSEPORT)
73 unsigned reuseport:1; 72 unsigned reuseport:1;
74 unsigned add_reuseport:1; 73 unsigned add_reuseport:1;
75 #endif
76 unsigned keepalive:2; 74 unsigned keepalive:2;
77 75
78 #if (NGX_HAVE_DEFERRED_ACCEPT) 76 #if (NGX_HAVE_DEFERRED_ACCEPT)
79 unsigned deferred_accept:1; 77 unsigned deferred_accept:1;
80 unsigned delete_deferred:1; 78 unsigned delete_deferred:1;