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

[fastx net] Remove UDP and replace hand-crafted traits with async_trait #184

Merged
merged 7 commits into from
Jan 20, 2022

Conversation

gdanezis
Copy link
Collaborator

This PR addresses issue #154 by removing all the UDP networking, and additionally simplifying the networking abstractions now that there is only one transport. Further for some remaining abstraction it uses the async-trait package to define asynchronous traits instead of defining them by hand as Boxed Futures, or AsyncResults.

@gdanezis gdanezis force-pushed the remove-udp branch 2 times, most recently from 5b1090c to 04b7f22 Compare January 17, 2022 14:21
Copy link
Contributor

@huitseeker huitseeker left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I haven't had the time to look at this in detail, but at a glance the methods look sound (switching to async trait in particular), and I'm aligned with direction. Accepting to unblock.

@gdanezis gdanezis linked an issue Jan 20, 2022 that may be closed by this pull request
@gdanezis gdanezis merged commit 281dbf4 into main Jan 20, 2022
@gdanezis gdanezis deleted the remove-udp branch January 20, 2022 18:58
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.

[network] Remove all traces of UDP and simplify server network logic.
2 participants