Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 218 Bytes

File metadata and controls

10 lines (10 loc) · 218 Bytes

A simple rdma c&s

server usage:

./server <listen_port>

client usage:

./client <server_ip> <server_port> <message>

the server should reverse the message and send back to the client