Skip to content

Commit 2bfacc8

Browse files
committed
Auto merge of #933 - raphlinus:ipv6_fuchsia, r=alexcrichton
Add IPV6_UNICAST_HOPS to fuchsia module Recent change #925 added constants for IPV6 multicast, but seems to have inadvertently left off IPV6_UNICAST_HOPS from the fuchsia module. Fixes #932
2 parents 8bed48a + 709709d commit 2bfacc8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/fuchsia/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1486,6 +1486,7 @@ pub const IP_HDRINCL: ::c_int = 3;
14861486
pub const IP_ADD_MEMBERSHIP: ::c_int = 35;
14871487
pub const IP_DROP_MEMBERSHIP: ::c_int = 36;
14881488
pub const IP_TRANSPARENT: ::c_int = 19;
1489+
pub const IPV6_UNICAST_HOPS: ::c_int = 16;
14891490
pub const IPV6_MULTICAST_IF: ::c_int = 17;
14901491
pub const IPV6_MULTICAST_HOPS: ::c_int = 18;
14911492
pub const IPV6_MULTICAST_LOOP: ::c_int = 19;

0 commit comments

Comments
 (0)