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 3f5e62c commit db1272fCopy full SHA for db1272f
tests/socket.rs
@@ -1201,7 +1201,12 @@ test!(IPv4 recv_tos, set_recv_tos(true));
1201
test!(IPv4 broadcast, set_broadcast(true));
1202
1203
test!(IPv6 unicast_hops_v6, set_unicast_hops_v6(20));
1204
-#[cfg(not(any(windows, target_os = "dragonfly", target_os = "freebsd")))]
+#[cfg(not(any(
1205
+ windows,
1206
+ target_os = "dragonfly",
1207
+ target_os = "freebsd",
1208
+ target_os = "openbsd"
1209
+)))]
1210
test!(IPv6 only_v6, set_only_v6(true));
1211
// IPv6 socket are already IPv6 only on FreeBSD and Windows.
1212
#[cfg(any(windows, target_os = "freebsd"))]
0 commit comments