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

update to dht code with provide announce option #3928

Merged
merged 1 commit into from
May 25, 2017

Conversation

whyrusleeping
Copy link
Member

This PR updates the dht dependency to one that gives us the option of whether or not to actually broadcast to the network with each call to provide. The option is set to 'true' in all options, retaining the current behaviour of ipfs.

Further integration will need to be done to make proper use of this. My current thought it to have all calls by bitswap provide with no announcement, then in each command that currently pulls and provides content (add, refs, pin, etc) we have an option, default true, that recursively provides the content after the operation has completed.

License: MIT
Signed-off-by: Jeromy jeromyj@gmail.com

@whyrusleeping whyrusleeping added the status/in-progress In progress label May 17, 2017
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
@whyrusleeping whyrusleeping merged commit 4cf046c into master May 25, 2017
@whyrusleeping whyrusleeping deleted the feat/provide-ann-opt branch May 25, 2017 17:11
hacdias pushed a commit to ipfs/boxo that referenced this pull request Jan 27, 2023
update to dht code with provide announce option

This commit was moved from ipfs/kubo@4cf046c
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants