address small comments

This commit is contained in:
Sasha 2024-07-02 01:57:05 +02:00
parent 174dffb818
commit d5abdb3a19
No known key found for this signature in database
1 changed files with 3 additions and 3 deletions

View File

@ -14,7 +14,7 @@ This RFC describes set of instructions used across different [WAKU2](https://git
## Motivation ## Motivation
Descriptions of mentioned protocols do not define some of the real world use cases that are often observed in unreliable network environment. Such use cases can be: recovery from offline state, decrease rate of missed messages, increase probability of messages being broadcasted within the network. Specifications of the mentioned protocols do not define some of the real world use cases that are often observed in unreliable network environment. Such use cases can be: recovery from offline state, decrease rate of missed messages, increase probability of messages being broadcasted within the network.
## Suggestions ## Suggestions
@ -24,7 +24,7 @@ As a useful metric to define and implement for determining quality of provided s
- unhealthy - no peer connections are available regardless of protocol; - unhealthy - no peer connections are available regardless of protocol;
- minimally healthy: - minimally healthy:
- Relay has less than 4 peers connected; - Relay has less than 4 peers connected;
- Filter and LightPush has one per each peer connection available; - Filter and LightPush clients has one per each peer connection available;
- sufficiently healthy: - sufficiently healthy:
- Relay has minimum 4 peers connected; - Relay has minimum 4 peers connected;
- more than 1 connection in Filter and at least 2 connections available in LightPush; - more than 1 connection in Filter and at least 2 connections available in LightPush;
@ -41,7 +41,7 @@ As a useful metric to define and implement for determining quality of provided s
- While sending message with Light Push - it is advised to use more than 1 peer in order to increase chances of delivering message. - While sending message with Light Push - it is advised to use more than 1 peer in order to increase chances of delivering message.
- If sending message is failed to all of the peers - node should try to re-send message after some interval and continue doing so while OK response is received. - If sending message is failed to all of the peers - node should try to re-send message after some interval and continue doing so until OK response is received.
### Filter ### Filter