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 145254d commit a7c82f7Copy full SHA for a7c82f7
tests/socket.rs
@@ -1144,6 +1144,12 @@ test!(freebind, set_freebind(true));
1144
1145
test!(IPv4 ttl, set_ttl(40));
1146
1147
+#[cfg(not(any(
1148
+ target_os = "fuschia",
1149
+ target_os = "redox",
1150
+ target_os = "solaris",
1151
+ target_os = "illumos",
1152
+)))]
1153
test!(IPv4 tos, set_tos(96));
1154
#[cfg(not(windows))] // TODO: returns `WSAENOPROTOOPT` (10042) on Windows.
1155
test!(IPv4 broadcast, set_broadcast(true));
0 commit comments