generated from ipfs/ipfs-repository-template
-
Notifications
You must be signed in to change notification settings - Fork 95
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(bitswap): wantlist overflow handling #629
Merged
Merged
Commits on Jul 3, 2024
-
Fix wantlist overflow handling to select newer entries.
wantlist overflow handling now cancels existing entries to make room for newer requests. This fix prevents the wantlist from filling up with CIDs that the server does not have. Fixes #527
Configuration menu - View commit details
-
Copy full SHA for a06156c - Browse repository at this point
Copy the full SHA a06156cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c35f18 - Browse repository at this point
Copy the full SHA 9c35f18View commit details -
Configuration menu - View commit details
-
Copy full SHA for eaf6667 - Browse repository at this point
Copy the full SHA eaf6667View commit details
Commits on Jul 4, 2024
-
Handle wantlist overflow by selectively replacing existing wants
Handle incoming wants that could not be addded to the peer ledger without exceeding the peer want limit. These are handled by trying to make room for them by canceling existing wants for which there is no block. If this does not make sufficient room, then any lower priority wants that have blocks are canceled.
Configuration menu - View commit details
-
Copy full SHA for 25e948e - Browse repository at this point
Copy the full SHA 25e948eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f54359 - Browse repository at this point
Copy the full SHA 3f54359View commit details
Commits on Jul 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 48a42c8 - Browse repository at this point
Copy the full SHA 48a42c8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c11036 - Browse repository at this point
Copy the full SHA 7c11036View commit details
Commits on Jul 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 994bd46 - Browse repository at this point
Copy the full SHA 994bd46View commit details -
Configuration menu - View commit details
-
Copy full SHA for 50421b4 - Browse repository at this point
Copy the full SHA 50421b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for ffd64ac - Browse repository at this point
Copy the full SHA ffd64acView commit details
Commits on Jul 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ece31b4 - Browse repository at this point
Copy the full SHA ece31b4View commit details
Commits on Jul 29, 2024
-
Update bitswap/server/internal/decision/engine_test.go
Co-authored-by: Marcin Rataj <lidel@lidel.org>
Configuration menu - View commit details
-
Copy full SHA for 8664e38 - Browse repository at this point
Copy the full SHA 8664e38View commit details -
Update bitswap/server/internal/decision/engine.go
Co-authored-by: Marcin Rataj <lidel@lidel.org>
Configuration menu - View commit details
-
Copy full SHA for 0d1f8e1 - Browse repository at this point
Copy the full SHA 0d1f8e1View commit details -
Co-authored-by: Marcin Rataj <lidel@lidel.org>
Configuration menu - View commit details
-
Copy full SHA for b016327 - Browse repository at this point
Copy the full SHA b016327View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2faf741 - Browse repository at this point
Copy the full SHA 2faf741View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c2759d - Browse repository at this point
Copy the full SHA 9c2759dView commit details -
Configuration menu - View commit details
-
Copy full SHA for d24abc7 - Browse repository at this point
Copy the full SHA d24abc7View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.