Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
0.13.0
-
None
Description
Since a while now, Windows 10 has support for AF_UNIX and Unix domain sockets. The support is not limited to C++ but has subsequently made it into other languages like dotnet. Support includes domain socket files and abstract domain sockets, as long as the socket type is `SOCK_STREAM`, and a recent version of Windows 10 is used (Windows 10 build 17063 or newer (April 2018 Update)).
This issue should track support for AF_UNIX on Windows platform.
Compared to Windows Pipes, Unix domain sockets allow for a unified model of socket servers and clients on all major platforms.