-
Notifications
You must be signed in to change notification settings - Fork 235
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
Better Connection Tagging #566
Comments
I think all of these are good ideas. We should also consider flat-out protecting some nodes. For example, we could protect the closest 20 peers and maybe the "best" 20 peers? |
@Stebalien @aschmahmann I've always wanted to get well acquainted with how connection tagging works and why we do it. This looks like a good entry point. Do you guys mind if I pick this up ? I completely understand what we are trying to accomplish here. |
We have fixed this. |
We currently tag peers in our buckets higher if they are closer to us in Kad space. This is a bit unfortunate since we really want to tag peers that are useful to us (i.e. allow us to complete queries quickly and correctly).
Some aspects of this are:
Thoughts @Stebalien @petar @aarshkshah1992?
The text was updated successfully, but these errors were encountered: