diff options
Diffstat (limited to 'swarm/network/README.md')
-rw-r--r-- | swarm/network/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/swarm/network/README.md b/swarm/network/README.md index 0955fe94e..33d215c4b 100644 --- a/swarm/network/README.md +++ b/swarm/network/README.md @@ -57,7 +57,7 @@ receipts for a deleted chunk easily to refute their challenge. - syncing should be resilient to cut connections, metadata should be persisted that keep track of syncing state across sessions, historical syncing state should survive restart - extra data structures to support syncing should be kept at minimum -- syncing is organized separately for chunk types (resource update v content chunk) +- syncing is organized separately for chunk types (Swarm Feed Updates v regular content chunk) - various types of streams should have common logic abstracted Syncing is now entirely mediated by the localstore, ie., no processes or memory leaks due to network contention. |