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

Async Kademlia Queries #505

Closed
Stebalien opened this issue Mar 24, 2020 · 2 comments
Closed

Async Kademlia Queries #505

Stebalien opened this issue Mar 24, 2020 · 2 comments
Assignees
Labels

Comments

@Stebalien
Copy link
Member

Make the new cypress DHT query logic async. The first implementation of the new query logic was iterative to simplify the implementation. Now, instead of waiting for a round to complete, we need to switch to a mode where we always have alpha requests going at a time. When a request in one round ends, we should immediately make a new request.

@Stebalien
Copy link
Member Author

And, it's already done and merged:
#498

(this issue was for tracking)

@Stebalien Stebalien reopened this Mar 24, 2020
@Stebalien
Copy link
Member Author

Well, we finished stage one. Work is continuing in #504.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants