We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eee1b78 commit bfa740cCopy full SHA for bfa740c
tests/socket.rs
@@ -1189,7 +1189,12 @@ test!(IPv4 recv_tos, set_recv_tos(true));
1189
test!(IPv4 broadcast, set_broadcast(true));
1190
1191
test!(IPv6 unicast_hops_v6, set_unicast_hops_v6(20));
1192
-#[cfg(not(any(windows, any(target_os = "dragonfly", target_os = "freebsd"))))]
+#[cfg(not(any(
1193
+ windows,
1194
+ target_os = "dragonfly",
1195
+ target_os = "freebsd",
1196
+ target_os = "openbsd"
1197
+)))]
1198
test!(IPv6 only_v6, set_only_v6(true));
1199
// IPv6 socket are already IPv6 only on FreeBSD and Windows.
1200
#[cfg(any(windows, any(target_os = "freebsd")))]
0 commit comments