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 _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev