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: Don't encode large RTT guesses in tickets #2114

Merged
merged 5 commits into from
Sep 17, 2024

Commits on Sep 16, 2024

  1. fix: Don't encode large RTT guesses in tickets

    Because under lossy conditions (e.g., QNS `handshakeloss` test), the
    guess can be multiple times the actual RTT, which when encoded in the
    resumption ticket will cause an extremely slow second handshake, often
    causing the test to time out.
    
    Broken out of mozilla#1998
    Fixes mozilla#2088
    larseggert committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    272c816 View commit details
    Browse the repository at this point in the history
  2. Fixes & tests

    larseggert committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    502a04a View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. Suggestion from @mxinden

    larseggert committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    536a648 View commit details
    Browse the repository at this point in the history
  2. Fix

    larseggert committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    df225a0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6de4d70 View commit details
    Browse the repository at this point in the history