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'.
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'.