comparison src/http/ngx_http_core_module.h @ 3676:4430d110293e

listen setfib=X
author Igor Sysoev <igor@sysoev.ru>
date Mon, 05 Jul 2010 13:49:16 +0000
parents 40e356cf4176
children 72cc5b789021
comparison
equal deleted inserted replaced
3675:08d7165b6be1 3676:4430d110293e
69 #endif 69 #endif
70 70
71 int backlog; 71 int backlog;
72 int rcvbuf; 72 int rcvbuf;
73 int sndbuf; 73 int sndbuf;
74 #if (NGX_HAVE_SETFIB)
75 int setfib;
76 #endif
74 77
75 #if (NGX_HAVE_DEFERRED_ACCEPT && defined SO_ACCEPTFILTER) 78 #if (NGX_HAVE_DEFERRED_ACCEPT && defined SO_ACCEPTFILTER)
76 char *accept_filter; 79 char *accept_filter;
77 #endif 80 #endif
78 #if (NGX_HAVE_DEFERRED_ACCEPT && defined TCP_DEFER_ACCEPT) 81 #if (NGX_HAVE_DEFERRED_ACCEPT && defined TCP_DEFER_ACCEPT)