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

rust-client: Add QUIC transport #41

Closed
elenaf9 opened this issue Nov 21, 2022 · 0 comments · Fixed by #52
Closed

rust-client: Add QUIC transport #41

elenaf9 opened this issue Nov 21, 2022 · 0 comments · Fixed by #52

Comments

@elenaf9
Copy link
Collaborator

elenaf9 commented Nov 21, 2022

(Blocked until a new version of libp2p with libp2p-quic is released.)

rust-libp2p recently merged an experimental QUIC transport (libp2p/rust-libp2p#2883).
This QUIC implementation currently does not fully support dcutr in the sense that Transport::dial_as_listener is not support, which is needed if the local peer initiates a dcutr upgrade.
However, as a punchr client we dial remote peers via the relay, and the remote initiates the dcutr upgrade. This means that our local peer does a normal Transport::dial. Therefore we could already add QUIC to the rust-punchr client.
I did a short quic(k) test locally and got quite a few successful hole-punches via QUIC.

@elenaf9 elenaf9 changed the title rust-client: Use QUIC transport rust-client: Add QUIC transport Nov 21, 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 a pull request may close this issue.

1 participant