No Unix socket support?
tcak via Digitalmars-d-learn
digitalmars-d-learn at puremagic.com
Wed Jul 29 11:42:15 PDT 2015
On Wednesday, 29 July 2015 at 13:39:33 UTC, simendsjo wrote:
> Is there no Unix socket support in Phobos? Or vibe? Or any
> other library?
> I've found some discussions:
> * https://issues.dlang.org/show_bug.cgi?id=9384
> *
> http://forum.rejectedsoftware.com/groups/rejectedsoftware.vibed/thread/10870/
>
> , but it seems there are no support yet.
I defined a module with "class UnixAddress: Address{}" and "class
UnixSocket: Socket{}" and made a small implementation 2 years
ago. It still works perfectly. If interested, I can post it here.
It is 69 lines only.
More information about the Digitalmars-d-learn
mailing list