mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-16 21:15:18 +03:00
66787e0524
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!