2025-05-23 13:59:27 +10:00
|
|
|
# P2P Reliability
|
|
|
|
|
|
|
|
|
|
## Functionality
|
|
|
|
|
|
|
|
|
|
1. Improves probability of message propagation through redundant publishing and receiving.
|
|
|
|
|
2. Enables detection and remedy of message losses between peers using Store or Filter based reliability strategies.
|
2025-05-27 10:46:03 +10:00
|
|
|
3. Enhances Light Push reliability through service node pooling, redundant publishing, and failure detection.
|
2025-05-23 13:59:27 +10:00
|
|
|
4. Improves Filter reliability through redundant subscriptions and subscription health monitoring.
|
|
|
|
|
|
|
|
|
|
## Usability
|
|
|
|
|
|
|
|
|
|
1. Provides feedback on message delivery status leveraging store protocol.
|
|
|
|
|
2. Automatically handles reconnection and retransmission when failures are detected.
|
|
|
|
|
|
|
|
|
|
## Reliability
|
|
|
|
|
|
|
|
|
|
TBD
|
|
|
|
|
|
|
|
|
|
## Performance
|
|
|
|
|
|
|
|
|
|
TBD
|
|
|
|
|
|
|
|
|
|
## Supportability
|
|
|
|
|
|
|
|
|
|
1. Within browser environments (edge node mode)
|
|
|
|
|
2. Integrated in Status applications
|