Skip to content

Unix sockets on redox!

jD91mZM2 requested to merge jD91mZM2/rust:master into redox

This implements the necessary functions for basic unix socket support on redox using ipcd. Stuff like bind/connect/accept/pair are implemented, meanwhile local_addr/peer_addr/read_timeout etc remain unimplemented. I'm unsure whether or not ipcd should implement read timeouts since we already have the time scheme that could be used.

Merge request reports