async-rdma
async-rdma copied to clipboard
feat: RC stream
A stream with guaranteed ordering based on send and receive.
-
send next packet after previous packet have been submitted in queuepair, another thread will wait for ack and handle it.
-
receive end will stash disordered packet, so user can read data in order.