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

Publish self on Recon Peers ring #607

Closed
3 tasks
nathanielc opened this issue Nov 20, 2024 · 0 comments
Closed
3 tasks

Publish self on Recon Peers ring #607

nathanielc opened this issue Nov 20, 2024 · 0 comments

Comments

@nathanielc
Copy link
Collaborator

Description

Peers must advertise themselves in order for other peers to be found.

DOD

  • Peer publishes its own identity at twice the expiration frequency
  • Peer publishes its own identity when its external addresses change
  • Unit tests
nathanielc added a commit that referenced this issue Nov 25, 2024
With this change there is now a Recon ring for sharing information about
peers. Peers will synchronized all known peers with connected peers.
Each peer will self-publish into the ring periodically.

Fixes: #604
Fixes: #607
nathanielc added a commit that referenced this issue Nov 26, 2024
With this change there is now a Recon ring for sharing information about
peers. Peers will synchronized all known peers with connected peers.
Each peer will self-publish into the ring periodically.

Fixes: #604
Fixes: #607
nathanielc added a commit that referenced this issue Nov 26, 2024
With this change there is now a Recon ring for sharing information about
peers. Peers will synchronized all known peers with connected peers.
Each peer will self-publish into the ring periodically.

Fixes: #604
Fixes: #607
nathanielc added a commit that referenced this issue Dec 4, 2024
With this change there is now a Recon ring for sharing information about
peers. Peers will synchronized all known peers with connected peers.
Each peer will self-publish into the ring periodically.

Fixes: #604
Fixes: #607
github-merge-queue bot pushed a commit that referenced this issue Dec 5, 2024
* feat: add peer recon ring

With this change there is now a Recon ring for sharing information about
peers. Peers will synchronized all known peers with connected peers.
Each peer will self-publish into the ring periodically.

Fixes: #604
Fixes: #607

* update for offset/limit changes

* nit, rename interest -> peer
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