async-rdma icon indicating copy to clipboard operation
async-rdma copied to clipboard

feat: RC stream

Open my-vegetable-has-exploded opened this issue 1 year ago • 0 comments

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.