Skip to content

Commit 66787e0

Browse files
committed
Auto merge of #51553 - jD91mZM2:uds, r=sfackler
Unix sockets on redox This is done using the ipcd daemon. It's not exactly like unix sockets because there is not actually a physical file for the path, but it's close enough for a basic implementation :) This allows mio-uds and tokio-uds to work with a few modifications as well, which is exciting!
2 parents 11432ba + 0b56e7f commit 66787e0

File tree

4 files changed

+740
-1
lines changed

4 files changed

+740
-1
lines changed

src/libstd/sys/redox/ext/mod.rs

+1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
pub mod ffi;
3434
pub mod fs;
3535
pub mod io;
36+
pub mod net;
3637
pub mod process;
3738
pub mod thread;
3839

0 commit comments

Comments
 (0)