Skip to content
This repository has been archived by the owner on Jul 1, 2023. It is now read-only.

rust/: Add support for QUIC #51

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

rust/: Add support for QUIC #51

wants to merge 5 commits into from

Conversation

mxinden
Copy link
Owner

@mxinden mxinden commented Oct 15, 2021

More specifically, use libp2p/rust-libp2p#2289 to test ... libp2p/rust-libp2p#2289.

Still work-in-progress.


echo "# Start Rust and Golang servers."
./rust/target/release/server --private-key-pkcs8 rust/test.pk8 --listen-address /ip4/0.0.0.0/tcp/9992 > /dev/null 2>&1 &
./golang/go-libp2p-perf --fake-crypto-seed --listen-address /ip4/0.0.0.0/tcp/9993 --transport-security noise > /dev/null 2>&1 &
./golang/go-libp2p-perf --fake-crypto-seed --listen-address /ip4/0.0.0.0/tcp/9994 --transport-security plaintext > /dev/null 2>&1 &
./golang/go-libp2p-perf --fake-crypto-seed --listen-address /ip4/0.0.0.0/tcp/9993 --tcp-transport-security noise > /dev/null 2>&1 &
Copy link

Choose a reason for hiding this comment

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

I am not quite sure whether it worked for QUIC at all but the addresses should be in the form of /ipX/Y/udp/Z/quic.

Copy link

@kpp kpp Nov 15, 2021

Choose a reason for hiding this comment

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

No, it doesn’t work. I will push a patch

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants