Closed
Description
It would be wonderful if support for abstract namespaces in Unix domain sockets was added.
Tracking Issue for abstract namespaces in Unix domain sockets #85410
Traditionally, Unix domain sockets (UDS) use a file to coordinate socket binding and connecting. On Linux, though, a specific extension exists to allow domain sockets to be created from a namespace which does not use the filesystem.
rust-lang/rust#85410
Support for "Linux abstract socket namespace" has been in Python since version 2.5 2006.
https://stackoverflow.com/a/27073584/23059
This is something that may benefit several WSL scenarios.
https://devblogs.microsoft.com/commandline/af_unix-comes-to-windows/
https://devblogs.microsoft.com/commandline/windowswsl-interop-with-af_unix/