Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: RC stream #118

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

my-vegetable-has-exploded
Copy link
Contributor

@my-vegetable-has-exploded my-vegetable-has-exploded commented Sep 11, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant