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

fix(protocol/perf): consider using tls or noise instead of plaintext #1991

Closed
mxinden opened this issue Aug 25, 2023 · 0 comments · Fixed by #1992
Closed

fix(protocol/perf): consider using tls or noise instead of plaintext #1991

mxinden opened this issue Aug 25, 2023 · 0 comments · Fixed by #1992

Comments

@mxinden
Copy link
Member

mxinden commented Aug 25, 2023

All other libp2p perf protocol implementations use some mechanism of encryption. For a better comparison, consider using TLS or Noise in the js-libp2p perf implementation as well.

connectionEncryption: [
plaintext()
],

//CC @maschad

Related pull request adding js-libp2p to libp2p/test-plans/perf libp2p/test-plans#244.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant