rustix icon indicating copy to clipboard operation
rustix copied to clipboard

Add ipv6 multicast hops support

Open ETKNeil opened this issue 2 years ago • 3 comments

This PR focus on adding ipv6 multicast hops support: See: https://man7.org/linux/man-pages/man7/ipv6.7.html See: https://learn.microsoft.com/en-us/windows/win32/winsock/ipproto-ipv6-socket-options

This is the same as multicast_ttl but for ipv6, it's also missing in Rust std

ETKNeil avatar Sep 20 '22 08:09 ETKNeil

the current checks failing are because https://docs.rs/libc/0.2.133/libc/fn.makedev.html removed the unsafe (see https://docs.rs/libc/0.2.132/libc/fn.makedev.html )

ETKNeil avatar Sep 20 '22 08:09 ETKNeil

The makedev fix has now landed on main; can you rebase this?

sunfishcode avatar Sep 22 '22 22:09 sunfishcode

The makedev fix has now landed on main; can you rebase this?

I rebased that branch onto your main

ETKNeil avatar Sep 23 '22 09:09 ETKNeil

Thanks!

sunfishcode avatar Sep 27 '22 17:09 sunfishcode