Showing results for sockets - Windows Command Line

Feb 7, 2018
1
1

Windows/WSL Interop with AF_UNIX

Craig Wilhite
Craig Wilhite

Starting in Windows Insider build 17093, a WSL application can communicate with a Windows application over Unix sockets. Back in December, we blogged about bringing AF_UNIX to Windows. Now, we're building on that functionality. Consider a requirement where you want to run some kind of service as a Windows application. Additionally, you would like t...

Windows Subsystem for Linux (WSL)
Dec 19, 2017
5
2

AF_UNIX comes to Windows

sarah_cooley[msft]
sarah_cooley[msft]

Introduction:  Beginning in Insider Build 17063, you’ll be able to use the unix socket (AF_UNIX) address family on Windows to communicate between Win32 processes. Unix sockets allow inter-process communication (IPC) between processes on the same machine.  Overview:  Support for the unix socket has existed both in BSD and Linux for the longest ti...

Windows Subsystem for Linux (WSL)Windows 10Linux tools