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

quic / webtransport: extend test to test dialing a draft-29 and a v1 #1957

Merged
merged 1 commit into from Feb 3, 2023

Conversation

marten-seemann
Copy link
Contributor

This test now:

  1. sets up a node that speaks QUIC draft-29 and v1, and WebTransport
  2. connects to that node, validating that if we're offered all 3 addresses, we pick QUIC v1
  3. connects to that node, passing only the draft-29 address to the dialer, validating that we can dial a draft-29 connection
  4. connects to that node from a node that only speaks WebTransport but not QUIC, validating that we can dial a WebTransport connection

@marten-seemann marten-seemann merged commit d5a3fb1 into master Feb 3, 2023
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.

None yet

2 participants