jhs67 / usocket

node unix domain sockets
ISC License
12 stars 7 forks source link

Allow usage with abstract-sockets #8

Closed Niels-Be closed 3 years ago

Niels-Be commented 3 years ago

This allows the use of abstract-sockets. The only difference to a normal unix socket is that abstract-sockets path start with '\0' to indicate that it is a virtual file. This will change the strcpy into that address structure to handel strings starting with '\0'.

jhs67 commented 3 years ago

Thanks for you contribution. I've published 0.3.0 with the change.