-
Notifications
You must be signed in to change notification settings - Fork 233
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
Correctly Implement Kademlia Rebalancing #354
Comments
@Stebalien I'd like to pick this up. Please can you give me some more background on the issue/point me to the part of the code I can dig deeper into ? |
Warning: this is a difficult issue.
Really, I don't recommend implementing this right now as we're not sure how it will effect the network. |
The process is: Every hour, walk through all local DHT records. If we received the record within the last hour, skip it. Otherwise, call However, given the current performance of the DHT, this will likely cause more harm than good. |
Is this a dup of #323? |
Yes. |
When a DHT node finds a closer DHT node, it needs to forward DHT records.
The text was updated successfully, but these errors were encountered: