-
Notifications
You must be signed in to change notification settings - Fork 389
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
Implement socket reliable datagram provider #20
Labels
Milestone
Comments
just curious - were you envisioning retransmit progression being done via a progression thread or manual progression? |
This is under development and uses SOCK_RDS. It will eventually support both progress models, but the default would be manual. Automatic progress will require a thread. |
jswaro
added a commit
that referenced
this issue
Sep 14, 2018
contrib/cray: Migrate tests from MPICH 3.3b2 to 3.3b3
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add reliable datagram message (RDM) endpoint support to the socket provider.
The text was updated successfully, but these errors were encountered: