- From: Gabriel Corona <notifications@github.com>
- Date: Sun, 29 Sep 2024 22:54:42 -0700
- To: whatwg/url <url@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 30 September 2024 05:54:46 UTC
> Unix domain sockets are an OS-specific transport. Windows has named pipes instead. AFAIU, [AF_UNIX has come to Windows](https://devblogs.microsoft.com/commandline/af_unix-comes-to-windows/). > For example, one could connect to fe8f::3:6:0 port 12345, and it would map to a Unix socket at /run/00006/00000_12345. One benefit of filesystem sockets is that you can skip the numeric address part and directly map human-friendly names (virtual hostnames) into (human-friendly) paths. This way you avoid the cumbersome task of managing a mapping human-firendly virtual hostnames into numeric addresses. -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/url/issues/577#issuecomment-2382172203 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/url/issues/577/2382172203@github.com>
Received on Monday, 30 September 2024 05:54:46 UTC