Re: [PATCH v4 0/4] Enable unix socket support on Windows

2022-09-01 Thread Marc-André Lureau
Hi On Thu, Sep 1, 2022 at 10:13 AM Bin Meng wrote: > > Hi, > > On Tue, Aug 2, 2022 at 3:52 PM Bin Meng wrote: > > > > Support for the unix socket has existed both in BSD and Linux for the > > longest time, but not on Windows. Since Windows 10 build 17063 [1], > > the native support for the unix

Re: [PATCH v4 0/4] Enable unix socket support on Windows

2022-08-31 Thread Bin Meng
Hi, On Tue, Aug 2, 2022 at 3:52 PM Bin Meng wrote: > > Support for the unix socket has existed both in BSD and Linux for the > longest time, but not on Windows. Since Windows 10 build 17063 [1], > the native support for the unix socket has come to Windows. Starting > this build, two Win32 process

[PATCH v4 0/4] Enable unix socket support on Windows

2022-08-02 Thread Bin Meng
Support for the unix socket has existed both in BSD and Linux for the longest time, but not on Windows. Since Windows 10 build 17063 [1], the native support for the unix socket has come to Windows. Starting this build, two Win32 processes can use the AF_UNIX address family over Winsock API to commu