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

Make peer connections survive a node restart #8579

Closed
saketh-are opened this issue Feb 16, 2023 · 1 comment
Closed

Make peer connections survive a node restart #8579

saketh-are opened this issue Feb 16, 2023 · 1 comment

Comments

@saketh-are
Copy link
Collaborator

  • We will store RC := a small set of recent connections (for example: last 40 connections which lasted for at least 10min)
  • On restart, a node will immediately try to re-establish the outbound connections from RC (with just 1 attempt)
  • If a node has lost a connection which landed in RC, it will try to reestablish it (for example: for the next 1min, it will retry every 10s)
@saketh-are
Copy link
Collaborator Author

Closed by #8318

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

No branches or pull requests

1 participant