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 78c2d81 commit e7efff4Copy full SHA for e7efff4
src/unix/solarish/mod.rs
@@ -1770,10 +1770,10 @@ pub const IP_ADD_MEMBERSHIP: ::c_int = 19;
1770
pub const IP_DROP_MEMBERSHIP: ::c_int = 20;
1771
pub const IPV6_JOIN_GROUP: ::c_int = 9;
1772
pub const IPV6_LEAVE_GROUP: ::c_int = 10;
1773
-pub const IP_ADD_SOURCE_MEMBERSHIP: ::c_int = 70;
1774
-pub const IP_DROP_SOURCE_MEMBERSHIP: ::c_int = 71;
1775
-pub const IP_BLOCK_SOURCE: ::c_int = 72;
1776
-pub const IP_UNBLOCK_SOURCE: ::c_int = 73;
+pub const IP_ADD_SOURCE_MEMBERSHIP: ::c_int = 23;
+pub const IP_DROP_SOURCE_MEMBERSHIP: ::c_int = 24;
+pub const IP_BLOCK_SOURCE: ::c_int = 21;
+pub const IP_UNBLOCK_SOURCE: ::c_int = 22;
1777
1778
// These TCP socket options are common between illumos and Solaris, while higher
1779
// numbers have generally diverged:
0 commit comments