We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25613f5 commit 98f4747Copy full SHA for 98f4747
src/sockaddr.rs
@@ -234,7 +234,8 @@ impl From<SocketAddrV4> for SockAddr {
234
target_os = "ios",
235
target_os = "macos",
236
target_os = "netbsd",
237
- target_os = "openbsd"
+ target_os = "openbsd",
238
+ target_os = "nto"
239
))]
240
sin_len: 0,
241
};
@@ -273,7 +274,8 @@ impl From<SocketAddrV6> for SockAddr {
273
274
275
276
277
278
279
280
sin6_len: 0,
281
#[cfg(any(target_os = "solaris", target_os = "illumos"))]
0 commit comments