Re: Socket: abstract unix sockets
"Mildred Ki'Lya" <[email protected]> Thu, 8 Dec 2011 14:24:54 +0100
| Newsgroups | gmane.comp.lang.io |
|---|---|
| Message-ID | <CAHU8KxjwPwGsm5zq9TW7xTPEaP=iJOewXQ-vfV+HRnuvfTCOJQ@mail.gmail.com> |
On 8 December 2011 12:30, Mildred Ki'Lya <[email protected]> wrote: > 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. > Look at https://github.com/stevedekorte/io/pull/173