Re: [ovs-dev] [PATCH V2 4/16] python tests: Ported UNIX sockets to Windows

2016-06-21 Thread Paul Boca
Disregard this patch. The Subject is wrong, it should be "V2 14/16" not "V2 4/16" > -Original Message- > From: dev [mailto:dev-boun...@openvswitch.org] On Behalf Of Paul Boca > Sent: Tuesday, June 21, 2016 12:43 PM > To: dev@openvswitch.org > Subjec

[ovs-dev] [PATCH V2 4/16] python tests: Ported UNIX sockets to Windows

2016-06-21 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