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

new implementation for limiting tcp connections #2259

Merged
merged 4 commits into from
Jul 16, 2021

Commits on Jul 15, 2021

  1. new implementation for limiting tcp connections

    The previous implementation had many issues. Eg. on fetch, even if
    the data already existed and no remote connections were needed
    the request would still be waiting in the queue. Or if two fetches
    of same blob happened together they would take up two places in queue
    although there was only one remote request.
    
    Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
    tonistiigi committed Jul 15, 2021
    Configuration menu
    Copy the full SHA
    f269d00 View commit details
    Browse the repository at this point in the history
  2. limited: allow extra high-priority connection for json requests

    Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
    tonistiigi committed Jul 15, 2021
    Configuration menu
    Copy the full SHA
    dc37a05 View commit details
    Browse the repository at this point in the history
  3. ensure wrappers support seeking to continue partial downloads

    Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
    tonistiigi committed Jul 15, 2021
    Configuration menu
    Copy the full SHA
    eaa3e10 View commit details
    Browse the repository at this point in the history
  4. contentutil: change offset to int64 to simplify

    Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
    tonistiigi committed Jul 15, 2021
    Configuration menu
    Copy the full SHA
    3018834 View commit details
    Browse the repository at this point in the history