Skip to content

Commit 0eb1462

Browse files
author
Arthur Gautier
committed
Revert "IPV6_FLOWINFO does not work with asmjs"
This reverts commit 6ff2e8f.
1 parent 6ff2e8f commit 0eb1462

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/unix/linux_like/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -820,6 +820,7 @@ pub const IPV6_2292PKTOPTIONS: ::c_int = 6;
820820
pub const IPV6_CHECKSUM: ::c_int = 7;
821821
pub const IPV6_2292HOPLIMIT: ::c_int = 8;
822822
pub const IPV6_NEXTHOP: ::c_int = 9;
823+
pub const IPV6_FLOWINFO: ::c_int = 11;
823824
pub const IPV6_UNICAST_HOPS: ::c_int = 16;
824825
pub const IPV6_MULTICAST_IF: ::c_int = 17;
825826
pub const IPV6_MULTICAST_HOPS: ::c_int = 18;

0 commit comments

Comments
 (0)