mirror of
https://github.com/nginx/nginx.git
synced 2025-02-25 18:55:26 -06:00
listen setfib=X
This commit is contained in:
@@ -295,6 +295,15 @@ if [ $ngx_found != yes ]; then
|
||||
fi
|
||||
fi
|
||||
|
||||
ngx_feature="SO_SETFIB"
|
||||
ngx_feature_name="NGX_HAVE_SETFIB"
|
||||
ngx_feature_run=no
|
||||
ngx_feature_incs="#include <sys/socket.h>"
|
||||
ngx_feature_path=
|
||||
ngx_feature_libs=
|
||||
ngx_feature_test="setsockopt(0, SOL_SOCKET, SO_SETFIB, NULL, 4)"
|
||||
. auto/feature
|
||||
|
||||
|
||||
if [ $NGX_FILE_AIO = YES ]; then
|
||||
|
||||
|
||||
Reference in New Issue
Block a user