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

Use data radius to prioritize requests for recursiveFindContent #2509

Open
kdeme opened this issue Jul 19, 2024 · 0 comments
Open

Use data radius to prioritize requests for recursiveFindContent #2509

kdeme opened this issue Jul 19, 2024 · 0 comments

Comments

@kdeme
Copy link
Contributor

kdeme commented Jul 19, 2024

When starting a recursiveFindContent request, it first looks up the closest nodes in the local routing table.
Then continiously trying to contact closer nodes.

However, data radius of the nodes also plays a role here. We could prioritize on nodes for which the data radius actually falls in the target range (if we know the data radius of the node). It is however to be seen if this added complexity is worth it in terms of amount of nodes we need to contact on average before we find the content.

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

No branches or pull requests

1 participant