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

Alin Serdean aserdean at cloudbasesolutions.com
Tue Jul 12 15:55:01 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  | 559 ++++++++++++++++++++++++++++++++++++++++++++++++++
 tests/ovsdb-server.at |   6 +-
 4 files changed, 563 insertions(+), 118 deletions(-)
 create mode 100644 lib/stream-windows.c

-- 
1.9.5.msysgit.0



More information about the dev mailing list