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

Support UDT transport protocol #3

Draft
wants to merge 17 commits into
base: master
Choose a base branch
from
Draft

Support UDT transport protocol #3

wants to merge 17 commits into from

Conversation

amatissart
Copy link
Contributor

@amatissart amatissart commented Jun 13, 2022

Now that the API for tokio_udt is reasonably stable and the implementation seems to behave correctly, I implemented a PoC of how it could be integrated into talk, to use UDT as an optional replacement for the TCP protocol.

  • TcpConnect trait has been renamed into Connect

  • connect method now accepts settings: ConnectSettings , to choose between TCP and UDT, and possibly use a custom UdtConfiguration.

  • these ConnectSettings can be defined in rendezvous ClientSettings and ServerSettings

@amatissart amatissart force-pushed the tokio-udt branch 3 times, most recently from 07daaaf to a1d7fc1 Compare August 8, 2022 14:08
@amatissart amatissart changed the title Init tokio_udt integration Support UDT transport protocol Aug 9, 2022
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.

None yet

3 participants