LoWe icon indicating copy to clipboard operation
LoWe copied to clipboard

Use of Unix Domain Sockets instead of TCP Loopback Sockets

Open tcyrus opened this issue 6 years ago • 5 comments

https://blogs.msdn.microsoft.com/commandline/2018/02/07/windowswsl-interop-with-af_unix/ https://github.com/MicrosoftDocs/WSL/tree/live/wsl-samples/afunix-wsl-interop

tcyrus avatar Apr 11 '18 18:04 tcyrus

@tcyrus Thank you. For sure LoWe will move to Unix Domain Sockets soon. LoWe officially supports the most recent stable release of W10 and WSL and not insider builds.

kpocza avatar Apr 11 '18 22:04 kpocza

Thanks for the reply. This feature was added in build 17093 which is not a stable release yet.

tcyrus avatar Apr 13 '18 15:04 tcyrus

Now that we're a major release beyond this point, any plans to move forward with that?

ericblade avatar Nov 08 '18 07:11 ericblade

@ericblade Oh yes. At the time when 17093 was released I already checked the possibilities. As you know the Windows-side is a .NET application, and Unix Domain Sockets are still not supported out of the box in .NET. I tried to find some cool NuGet packages, etc. but no success.

If you could recommend me a nice UDS implementation for .NET I'd be more than happy.

kpocza avatar Nov 28 '18 21:11 kpocza

https://stackoverflow.com/questions/40195290/how-to-connect-to-a-unix-domain-socket-in-net-core-in-c-sharp

ramoneeza avatar Jun 12 '19 07:06 ramoneeza