mirror of https://github.com/F-Stack/f-stack.git
Add IPV6_DONTFRAG define in nginx-1.25.2/auto/unix, In order to support linux kernel versions earlier than 3.14.
This commit is contained in:
parent
d2fe88ce5e
commit
c31da49915
|
@ -501,6 +501,7 @@ ngx_feature_libs=
|
|||
ngx_feature_test="setsockopt(0, IPPROTO_IP, IPV6_DONTFRAG, NULL, 0)"
|
||||
#. auto/feature
|
||||
have=NGX_HAVE_IPV6_DONTFRAG . auto/have
|
||||
have=IPV6_DONTFRAG value=62 . auto/define
|
||||
|
||||
|
||||
ngx_feature="TCP_DEFER_ACCEPT"
|
||||
|
|
Loading…
Reference in New Issue