kpocza / LoWe

Linux on Windows extender
MIT License
243 stars 17 forks source link

Use of Unix Domain Sockets instead of TCP Loopback Sockets #8

Open tcyrus opened 6 years ago

tcyrus commented 6 years ago

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

kpocza commented 6 years ago

@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.

tcyrus commented 6 years ago

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

ericblade commented 5 years ago

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

kpocza commented 5 years ago

@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.

ramoneeza commented 5 years ago

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