comparison src/stream/ngx_stream.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 f41c2530dd17
comparison
equal deleted inserted replaced
6719:cebf5fed00bf 6720:9170240f1241
53 unsigned ssl:1; 53 unsigned ssl:1;
54 #endif 54 #endif
55 #if (NGX_HAVE_INET6) 55 #if (NGX_HAVE_INET6)
56 unsigned ipv6only:1; 56 unsigned ipv6only:1;
57 #endif 57 #endif
58 #if (NGX_HAVE_REUSEPORT)
59 unsigned reuseport:1; 58 unsigned reuseport:1;
60 #endif
61 unsigned so_keepalive:2; 59 unsigned so_keepalive:2;
62 unsigned proxy_protocol:1; 60 unsigned proxy_protocol:1;
63 #if (NGX_HAVE_KEEPALIVE_TUNABLE) 61 #if (NGX_HAVE_KEEPALIVE_TUNABLE)
64 int tcp_keepidle; 62 int tcp_keepidle;
65 int tcp_keepintvl; 63 int tcp_keepintvl;