]> git.kaiwu.me - nginx.git/commit
Fix setting the IPV6_DONTFRAG socket option master
authorRoman Arutyunyan <arut@nginx.com>
Wed, 8 Jul 2026 11:29:50 +0000 (15:29 +0400)
committerRoman Arutyunyan <arutyunyan.roman@gmail.com>
Wed, 8 Jul 2026 17:23:26 +0000 (21:23 +0400)
commit18ccebb1a889eb6989c64754f4f9b2512d58a491
treeb66410acc2985612968f33f04da3e64a94aab4cb
parent3f720dc7845eb21594788fe12cc9e37e5d930161
Fix setting the IPV6_DONTFRAG socket option

The fix includes the socket option level (IPPROTO_IPV6) in the feature
test and the macro (NGX_HAVE_IPV6_DONTFRAG) in the
ngx_configure_listening_sockets() function.

Reported by Eric Fortis.
auto/unix
src/core/ngx_connection.c