Re: [ovs-dev] [PATCH 03/12] python tests: Ported UNIX sockets to Windows

2016-08-29 Thread Paul Boca
Hi Guru, Thanks for suggestion. Paul From: Guru Shetty [mailto:g...@ovn.org] Sent: Friday, August 26, 2016 8:58 PM To: Paul Boca Cc: dev@openvswitch.org Subject: Re: [ovs-dev] [PATCH 03/12] python tests: Ported UNIX sockets to Windows On 26 August 2016 at 07:40, Paul Boca mailto:pb

Re: [ovs-dev] [PATCH 03/12] python tests: Ported UNIX sockets to Windows

2016-08-26 Thread Guru Shetty
On 26 August 2016 at 07:40, Paul Boca wrote: > AF_UNIX sockets are not supported on Windows. > Instead of an AF_UNIX socket use named pipes to communicate > between components. This makes the python sockets compatible with > the named pipe used in Windows applications. > Added stream_windows.py w

[ovs-dev] [PATCH 03/12] python tests: Ported UNIX sockets to Windows

2016-08-26 Thread Paul Boca
AF_UNIX sockets are not supported on Windows. Instead of an AF_UNIX socket use named pipes to communicate between components. This makes the python sockets compatible with the named pipe used in Windows applications. Added stream_windows.py with named pipe and localhost tcp connections support. Si