We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
webtransport
Based on the logs we seem to be testing the WebTransport Transport across the security and multiplexer dimension:
Running test spec: go-v0.24 x go-v0.28 (webtransport, tls, yamux) Finished: go-v0.24 x go-v0.24 (wss, noise, mplex) { handshakePlusOneRTTMillis: 11.253, pingRTTMilllis: 1.863 } Running test spec: go-v0.24 x go-v0.28 (webtransport, noise, yamux) Finished: go-v0.24 x go-v0.28 (webtransport, tls, yamux) { handshakePlusOneRTTMillis: 103.277, pingRTTMilllis: 2.847 }
https://github.com/libp2p/test-plans/actions/runs/5441933224/jobs/9896488441?pr=217
Given that WebTransport Transport leverages QUIC, there is no additional security and multiplexer upgrade required. Something is off here.
Am I missing something @MarcoPolo?
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Based on the logs we seem to be testing the WebTransport Transport across the security and multiplexer dimension:
https://github.com/libp2p/test-plans/actions/runs/5441933224/jobs/9896488441?pr=217
Given that WebTransport Transport leverages QUIC, there is no additional security and multiplexer upgrade required. Something is off here.
Am I missing something @MarcoPolo?
The text was updated successfully, but these errors were encountered: