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:
fengbojiang 2023-09-06 21:23:39 +08:00
parent d2fe88ce5e
commit c31da49915
1 changed files with 1 additions and 0 deletions

View File

@ -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"