Skip to content
Snippets Groups Projects
Forked from redox-os / relibc
Source project has a limited visibility.
  • Tiago's avatar
    12f6ffd1
    platform/redox: Support AF_UNIX in socket. · 12f6ffd1
    Tiago authored
    To add support for UNIX sockets (AF_UNIX), of SOCK_STREAM type, the
    "chan:" scheme is used, which will be supportedby the ipcd running in
    userspace.
    
    Later commits add similar AF_UNIX support for the rest of the methods in
    impl PalSocket.
    12f6ffd1
    History
    platform/redox: Support AF_UNIX in socket.
    Tiago authored
    To add support for UNIX sockets (AF_UNIX), of SOCK_STREAM type, the
    "chan:" scheme is used, which will be supportedby the ipcd running in
    userspace.
    
    Later commits add similar AF_UNIX support for the rest of the methods in
    impl PalSocket.