[ovs-dev] [PATCH v2 0/3] Local named pipe implementation

Alin Serdean aserdean at cloudbasesolutions.com
Wed Jul 13 03:32:57 UTC 2016


This patch series is intended to switch the current implementation of
TCP sockets to a named pipe implementation.
One test had to be changed in order for the current state of unit tests
to be the same.


Alin Gabriel Serdean (3):
  Windows: Local named pipe implementation
  Windows: Drop TCP sockets and switch to named pipe
  Windows tests: daemon specific tests

 lib/automake.mk       |   1 +
 lib/stream-tcp.c      | 115 ----------
 lib/stream-windows.c  | 587 ++++++++++++++++++++++++++++++++++++++++++++++++++
 tests/ovsdb-server.at |   6 +-
 4 files changed, 591 insertions(+), 118 deletions(-)
 create mode 100644 lib/stream-windows.c

-- 
1.9.5.msysgit.0



More information about the dev mailing list