Revert ip6 flag

This commit is contained in:
Wildan M
2026-06-06 13:31:42 +07:00
parent 3c6861d72c
commit 77bba18a4b
4 changed files with 2 additions and 26 deletions
-1
View File
@@ -168,7 +168,6 @@ pub const MCAST_LEAVE_SOURCE_GROUP: c_int = 47;
/// Internet domain sockets for use with IPv4 sockets.
pub const AF_INET: c_int = 2;
/// Internet domain sockets for use with IPv6 sockets.
#[cfg(feature = "ip6")]
pub const AF_INET6: c_int = 10;
/// Non-POSIX, see <https://www.man7.org/linux/man-pages/man7/unix.7.html>.
///