Skip to content

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.

4 participants