Skip to content

Latest commit

 

History

History
15 lines (7 loc) · 652 Bytes

README.md

File metadata and controls

15 lines (7 loc) · 652 Bytes

RDMA Examples

RDMA example programs I wrote while learning RDMA over Infiniband. Using libibverbs api and RDMA Connection Manager (RDMA_CM) api

Examples

Name Description Connection Mode APIs
echo Clients sends string, server echoes it back Reliable Connection CM + send/receive