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
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
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