-
Notifications
You must be signed in to change notification settings - Fork 229
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
Don't add peers to routing table unless they have a routable IP address #330
Comments
Nevermind. They're running as DHT servers. |
I think that's a reasonable thing to do. |
Is there any timeline on when this can be addressed? |
This isn't on anyone's plate at the moment. Note: I think the issue you're looking for is libp2p/go-libp2p#436. |
Thanks, subscribed to that. |
This is a mirror of #216. The only tricky part is that they may learn about their external address later and push it with identify push and we have no events system to catch this change.
Instead of adding peers to the routing table as we get connections, we may want to:
cc @vyzo, I think this could drastically improve the DHT as a lot of peers aren't even reporting public addresses.
The text was updated successfully, but these errors were encountered: