rust-lang / socket2

Advanced configuration options for sockets.
https://docs.rs/socket2
Apache License 2.0
683 stars 227 forks source link

Fix: header_included_v6 is broken on BSD OSes #535

Open jjnicola opened 1 month ago

jjnicola commented 1 month ago

See #534

Broken since #518 - looks like BSD operating systems don't support IP_HDRINCL at the IPPROTO_IPV6 socket level like Linux and Windows; this is causing CI to fail.