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

feat(qns): implement v2 testcase #1570

Merged
merged 2 commits into from
Jan 21, 2024
Merged

feat(qns): implement v2 testcase #1570

merged 2 commits into from
Jan 21, 2024

Commits on Jan 19, 2024

  1. feat(qns): implement v2 testcase

    Add support for Quic Network Simulator `v2` testcase.
    
    In `v2` testcase, don't restrict the server to `Version::Version1`, thus
    allowing the server to upgrade incoming `Version::Version1` connection to
    compatible `Version::Version2` connection.
    
    See also [Quic Network Simulator `v2` testcase implementation](
    https://github.com/quic-interop/quic-interop-runner/blob/ca27dcb5272a82d994337ae3d14533c318d81b76/testcases.py#L1460-L1545).
    mxinden committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    cdb4449 View commit details
    Browse the repository at this point in the history
  2. Set use_old_http

    mxinden committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    61ed61e View commit details
    Browse the repository at this point in the history