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

Consider a robust TCP / etc communication fabric #386

Open
frankmcsherry opened this issue Apr 28, 2021 · 0 comments
Open

Consider a robust TCP / etc communication fabric #386

frankmcsherry opened this issue Apr 28, 2021 · 0 comments

Comments

@frankmcsherry
Copy link
Member

frankmcsherry commented Apr 28, 2021

Right now the "most distributed" communication fabric is a TCP-based fabric that doesn't think too hard about complicated things like data corruption or disconnects. The communication crate is meant to be designed in a way that allows folks to drop in their own communicator implementation, but it seems like one that could be generally useful is one that hardens the TCP based framework with things like CRCs, buffering and retransmission, reconnection if disconnection occurs; stuff like that.

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

No branches or pull requests

1 participant