Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Microsoft claims "abstract" AF_UNIX sockets work, but they do not.
What I am seeing on Win10 18362 is that a process cannot see another process's abstract sockets, connect(2) fails and bind(2) works uniquely across multiple processes. After debugging this issue and concluding the above, I found this: microsoft/WSL#4240 So it seems I am not the only one to note it.
- Loading branch information