Skip to content

Commit 6ff2e8f

Browse files
author
Arthur Gautier
committed
IPV6_FLOWINFO does not work with asmjs
Signed-off-by: Arthur Gautier <baloo@gandi.net>
1 parent 44b7a20 commit 6ff2e8f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/unix/linux_like/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -820,7 +820,6 @@ 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;
824823
pub const IPV6_UNICAST_HOPS: ::c_int = 16;
825824
pub const IPV6_MULTICAST_IF: ::c_int = 17;
826825
pub const IPV6_MULTICAST_HOPS: ::c_int = 18;

0 commit comments

Comments
 (0)