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

Sentmap refactorisation #314

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Commits on Apr 13, 2020

  1. prevent cwnd overflow

    AloysAugustin committed Apr 13, 2020
    Configuration menu
    Copy the full SHA
    f0b5801 View commit details
    Browse the repository at this point in the history
  2. Use a dlist of packets for the sentmap.

    This improves the throughput of quicly by 5-7% in benchmarks. The
    discard code used to be a bottleneck. This structure allows
    removing packets from the sentmap in O(1) time.
    AloysAugustin committed Apr 13, 2020
    Configuration menu
    Copy the full SHA
    e6c7895 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d89d28d View commit details
    Browse the repository at this point in the history