Expand description
Fresh replication (Section 6.1).
When a node accepts a newly written record with valid PoP:
- Store locally (already done by chunk handler).
- Send fresh offers to
CLOSE_GROUP_SIZEnearest peers (excluding self). - Send
PaidNotifyto all peers inPaidCloseGroup(K).
Structs§
- Fresh
Write Event - A newly-stored chunk that needs fresh replication.
Functions§
- replicate_
fresh - Execute fresh replication for a newly accepted record.