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: Check that the largest_acked was sent #2150

Merged
merged 17 commits into from
Oct 8, 2024

Commits on Oct 7, 2024

  1. fix: Check that the largest_acked was sent

    This is a test and fix for the issue we're discussing with Avast.
    
    CC @mxinden
    larseggert committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    cac441b View commit details
    Browse the repository at this point in the history
  2. Fix

    larseggert committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    b65957b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3b87021 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e03c825 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6551357 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #31 from mxinden/fix-ack-for-unsent-pn

    Do not use untrusted largest_ack
    larseggert authored Oct 7, 2024
    Configuration menu
    Copy the full SHA
    11b8b17 View commit details
    Browse the repository at this point in the history
  7. Tweaks

    larseggert committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    c08f47f View commit details
    Browse the repository at this point in the history
  8. Typo

    larseggert committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    0478506 View commit details
    Browse the repository at this point in the history
  9. Tweaks

    larseggert committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    dae5faf View commit details
    Browse the repository at this point in the history
  10. Tweaks

    larseggert committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    ffa064b View commit details
    Browse the repository at this point in the history
  11. Merge branch 'main' into fix-ack-for-unsent-pn

    Signed-off-by: Lars Eggert <[email protected]>
    larseggert authored Oct 7, 2024
    Configuration menu
    Copy the full SHA
    f8481b0 View commit details
    Browse the repository at this point in the history
  12. Update neqo-transport/src/connection/mod.rs

    Co-authored-by: Max Inden <[email protected]>
    Signed-off-by: Lars Eggert <[email protected]>
    larseggert and mxinden authored Oct 7, 2024
    Configuration menu
    Copy the full SHA
    42b0e16 View commit details
    Browse the repository at this point in the history
  13. Update neqo-transport/tests/connection.rs

    Co-authored-by: Max Inden <[email protected]>
    Signed-off-by: Lars Eggert <[email protected]>
    larseggert and mxinden authored Oct 7, 2024
    Configuration menu
    Copy the full SHA
    b10dab1 View commit details
    Browse the repository at this point in the history
  14. Update neqo-transport/tests/connection.rs

    Co-authored-by: Max Inden <[email protected]>
    Signed-off-by: Lars Eggert <[email protected]>
    larseggert and mxinden authored Oct 7, 2024
    Configuration menu
    Copy the full SHA
    0c43ce0 View commit details
    Browse the repository at this point in the history
  15. Nit

    larseggert committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    91a6683 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. Simplify test

    larseggert committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    771d4db View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d675636 View commit details
    Browse the repository at this point in the history