-
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
[ipfs/go-bitswap] Allow configurable prioritization of requests #82
Comments
Thank you for submitting your first issue to this repository! A maintainer will be here shortly to triage and review.
Finally, remember to use https://discuss.ipfs.io if you just need general support. |
|
@smnzhu how much of this issue is remaining given the already merged PRs? |
I need something similar. Like I don't want to request a node even if it has data. I know it's peer ID, I want to avoid pulling blocks from that peer. Where exactly you think I should looks for. I need to stay swarm connected to that peer. So, want_have sends to all the peers connected. But I want to avoid it for that one single peer |
Thank you for submitting your first issue to this repository! A maintainer will be here shortly to triage and review.
Finally, remember to use https://discuss.ipfs.io if you just need general support. |
Can we allow the user customize the behavior for how we prioritize WANTHAVE or WANTBLOCK requests?
For example:
The text was updated successfully, but these errors were encountered: