Re: [ovs-dev] [PATCH V11 11/17] python tests: Ported UNIX sockets to Windows

2016-08-03 Thread Guru Shetty
On 2 August 2016 at 10:45, Paul Boca wrote: > AF_UNIX sockets are not supported on Windows. > Instead of an AF_UNIX socket use localhost tcp connections to communicate > between components. This makes the python sockets compatible with > the ones used in Windows applications. > > In case the sock

[ovs-dev] [PATCH V11 11/17] python tests: Ported UNIX sockets to Windows

2016-08-02 Thread Paul Boca
AF_UNIX sockets are not supported on Windows. Instead of an AF_UNIX socket use localhost tcp connections to communicate between components. This makes the python sockets compatible with the ones used in Windows applications. In case the socket returns WSAEWOULDBLOCK, it is replaced by EAGAIN error