-
Notifications
You must be signed in to change notification settings - Fork 1
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
[Milestone] Peer management strategy for relay and light nodes are defined and implemented #33
Comments
fryorcraken
changed the title
[Epic] Peer management strategy for relay and light nodes are defined and implemented
[Epic] Peer management strategy for relay and light nodes are defined and implemented
Aug 8, 2023
fryorcraken
changed the title
[Epic] Peer management strategy for relay and light nodes are defined and implemented
[Milestone] Peer management strategy for relay and light nodes are defined and implemented
Aug 24, 2023
fryorcraken
added
Deliverable
Tracks a Deliverable
and removed
Epic
Tracks a sub-team Epic.
labels
Aug 24, 2023
fryorcraken
changed the title
[Milestone] Peer management strategy for relay and light nodes are defined and implemented
[Epic] Peer management strategy for relay and light nodes are defined and implemented
Aug 24, 2023
fryorcraken
added
Epic
Tracks a sub-team Epic.
and removed
Deliverable
Tracks a Deliverable
labels
Aug 24, 2023
fryorcraken
changed the title
[Epic] Peer management strategy for relay and light nodes are defined and implemented
[Milestone] Peer management strategy for relay and light nodes are defined and implemented
Aug 25, 2023
fryorcraken
added
Deliverable
Tracks a Deliverable
and removed
Epic
Tracks a sub-team Epic.
labels
Aug 25, 2023
monthly update Peer management has been implemented in go-waku, dogfooding with Status Desktop is the last step. |
Close as completed. Remaining work tracked in #67 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
2023 Milestones: https://notes.status.im/s/iylE6wdli#
Milestone label:
E:2023-peer-mgmt
Priority Tracks: Production Readiness
Due date: 31 Aug 2023
Summary
Justification
Proper peer and connection management is crucial to ensure reliable message delivery in a Waku network, due to nature of relay. A strong relayer network is the most basic underpinning of any Waku v2 network. All other Waku services builds on the assumption that the underlying message routing works well and is scalable. For example, each peer in the network must be able to establish and maintain at least six good connections to other peers. Read this summary for what would constitute a "good" connection.
Resource-restricted devices, with limited bandwidth or mostly offline need efficient connection management to ensure that reliable connections are set from the moment the app is started or has network access.
Epics
The text was updated successfully, but these errors were encountered: