Skip to content

Commit

Permalink
Auto merge of #51553 - jD91mZM2:uds, r=sfackler
Browse files Browse the repository at this point in the history
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!
  • Loading branch information
bors committed Jul 11, 2018
2 parents 11432ba + 0b56e7f commit 66787e0
Show file tree
Hide file tree
Showing 4 changed files with 740 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/libstd/sys/redox/ext/mod.rs
Expand Up @@ -33,6 +33,7 @@
pub mod ffi;
pub mod fs;
pub mod io;
pub mod net;
pub mod process;
pub mod thread;

Expand Down

0 comments on commit 66787e0

Please sign in to comment.