RDMA based simple server client application using rsockets from librdmacm of rdma-core (https://github.com/linux-rdma/rdma-core).
g++ server.cpp -o server -libverbs -lrdmacm
g++ client.cpp -o client -libverbs -lrdmacm
./server PORT
./client SERVER-IP SERVER-PORT