Add the VMCI transport.
VMCI transport allows fast communication between the Host and a virtual machine, between virtual machines on the same host, and within a virtual machine (like IPC). It requires VMware to be installed on the host and Guest Additions to be installed on a guest.
Showing
doc/zmq_vmci.txt
0 → 100644
src/vmci.cpp
0 → 100644
src/vmci.hpp
0 → 100644
src/vmci_address.cpp
0 → 100644
src/vmci_address.hpp
0 → 100644
src/vmci_connecter.cpp
0 → 100644
src/vmci_connecter.hpp
0 → 100644
src/vmci_listener.cpp
0 → 100644
src/vmci_listener.hpp
0 → 100644
tests/test_pair_vmci.cpp
0 → 100644
tests/test_reqrep_vmci.cpp
0 → 100644
Please
register
or
sign in
to comment