Skip to content

Commit 2d263be

Browse files
committed
mark datagram socket as broken
1 parent e109950 commit 2d263be

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/adapters/unix_socket.rs

+5
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,11 @@ impl Local for StreamLocalResource {
235235
}
236236
}
237237
}
238+
239+
// nearly impossible to implement
240+
// fn send_to(&self, addr: SocketAddr, data: &[u8]) -> SendStatus {
241+
//
242+
// }
238243
}
239244

240245
pub(crate) struct DatagramRemoteResource {

0 commit comments

Comments
 (0)