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: Mark all packets TX'ed before PTO as lost #2129

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Sep 19, 2024

  1. fix: Mark all packets TX'ed before PTO as lost

    We'd previously only mark 1 one or two packets as lost when a PTO fired.
    That meant that we potentially didn't RTX all data that we could have
    (i.e., that was in lost packets that we didn't mark lost).
    
    This also changes the probing code to suppress redundant keep-alives,
    i.e., PINGs that we sent for other reasons, which could double as
    keep-alives but did not.
    
    Broken out of mozilla#1998
    larseggert committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    392bbac View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. Configuration menu
    Copy the full SHA
    69bb7f8 View commit details
    Browse the repository at this point in the history