-
Notifications
You must be signed in to change notification settings - Fork 276
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
Address agnostic p2p #5117
Comments
How things currently work:
Planned changes:
Use case: Peer changes address
Use case: New peer added
|
Do we still need this in the config? |
when registering a peer should the register instruction include initial peer address? So that network can also try to reach the new peer. What do you think about that? |
Yes, internal port is needed to listen incoming connections on that port
Do you mean to also store initial peer address on chain? |
no, I just meant when registering. I wouldn't though even when registering |
We uniquely identify peers only by public key. However, p2p still requires to know exact address of peers. What we would like to do is that network keeps working even if a peer changes it's address. I think we should do periodic address gossiping to make this work.
Related #4249 #1375
The text was updated successfully, but these errors were encountered: