We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e9c38f commit f3064f3Copy full SHA for f3064f3
src/unix/linux_like/mod.rs
@@ -835,7 +835,6 @@ pub const IPV6_V6ONLY: ::c_int = 26;
835
pub const IPV6_JOIN_ANYCAST: ::c_int = 27;
836
pub const IPV6_LEAVE_ANYCAST: ::c_int = 28;
837
pub const IPV6_MULTICAST_ALL: ::c_int = 29;
838
-pub const IPV6_ROUTER_ALERT_ISOLATE: ::c_int = 30;
839
pub const IPV6_RECVPKTINFO: ::c_int = 49;
840
pub const IPV6_PKTINFO: ::c_int = 50;
841
pub const IPV6_RECVTCLASS: ::c_int = 66;
0 commit comments