-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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
feat(bitswap) ensure one active request per key #95
Labels
kind/enhancement
A net-new feature or improvement to an existing feature
Comments
btc
added
kind/enhancement
A net-new feature or improvement to an existing feature
status/in-progress
In progress
labels
Sep 22, 2014
@jbenet @whyrusleeping This issue may be irrelevant given the new architecture. Shall we close? |
@maybebtc i think you're right. @whyrusleeping ? |
Yeah, this is irrelevant with the way bitswap works now |
ariescodescream
pushed a commit
to ariescodescream/go-ipfs
that referenced
this issue
Oct 23, 2021
tag kbucket peers for better connection closing
laurentsenta
pushed a commit
to laurentsenta/kubo
that referenced
this issue
Feb 25, 2022
fix: include key size in key init method
laurentsenta
pushed a commit
to laurentsenta/kubo
that referenced
this issue
Feb 25, 2022
…sage fix: include key size in key init method
laurentsenta
pushed a commit
to laurentsenta/kubo
that referenced
this issue
Mar 4, 2022
…sage fix: include key size in key init method
laurentsenta
pushed a commit
to laurentsenta/kubo
that referenced
this issue
Mar 4, 2022
…sage fix: include key size in key init method
hacdias
added a commit
that referenced
this issue
Nov 29, 2023
This commit was moved from ipfs/interface-go-ipfs-core@b1299ab This commit was moved from ipfs/boxo@ff2eb2b
hacdias
added a commit
that referenced
this issue
Nov 29, 2023
This commit was moved from ipfs/interface-go-ipfs-core@b1299ab This commit was moved from ipfs/boxo@ff2eb2b
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Presently, for a key |k|, concurrent calls to
bitswap.GetBlock(k)
result in multiple requests (get providers then fan out and get blocks).Need to ensure only one active request per key.
In-progress.
The text was updated successfully, but these errors were encountered: