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

[WIP] Add libp2p-quic #563

Closed
wants to merge 3 commits into from
Closed

[WIP] Add libp2p-quic #563

wants to merge 3 commits into from

Conversation

tomaka
Copy link
Member

@tomaka tomaka commented Oct 12, 2018

Adds an implementation of the QUIC protocol based on the picoquic crate.
The new transport supports addresses of the form /ip4/1.2.3.4/udp/5/quic or /ip6/[::]/udp/100/quic. The whole address is interpreted at once (not just the /quic suffix), and the transport directly returns a (PeerId, impl StreamMuxer), which means that we don't use secio/mplex/yamux. Only RSA keys are supported by picoquic at the moment.

Please don't read the entire diff, as this branch is based upon my rework. If you want a preview or really want to review, feel free to review the last commit ("Add libp2p-quic").

This is waiting for picoquic to upgrade to the latest tokio, so that we can remove the tokio_core::reactor::Handle from the API.
Untested.

cc @bkchr
Close #211

@tomaka
Copy link
Member Author

tomaka commented Oct 17, 2018

Rebased over master.

@tomaka
Copy link
Member Author

tomaka commented Jan 17, 2019

Closing in favour of #862

@tomaka tomaka closed this Jan 17, 2019
@tomaka tomaka deleted the quic branch January 17, 2019 10:50
@ghost ghost removed the in progress label Jan 17, 2019
@tomaka tomaka restored the quic branch March 22, 2019 14:06
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.

Implement QUIC
2 participants