Socket: abstract unix sockets
"Mildred Ki'Lya" <[email protected]> Thu, 8 Dec 2011 12:30:57 +0100
| Newsgroups | gmane.comp.lang.io |
|---|---|
| Message-ID | <CAHU8KxjNEruzLuroqvCX9jXOAQ7qOR7Rbhu_F1qkee+1JXjaqw@mail.gmail.com> |
Hi, The unix socket implementation is here: addons/Socket/source/IoUnixPath.c<https://github.com/stevedekorte/io/blob/master/addons/Socket/source/IoUnixPath.c> Apparently, there is no way to get abstract unix sockets (on Linux, those have a pathname starting with "\0"). Can you confirm that? I'll probably go ahead and modify the implementation to get it. Mildred