Skip to main content

Module sync_coordinator

Module sync_coordinator 

Source
Expand description

Peer sync coordinator for bidirectional synchronization sessions.

Coordinates bidirectional synchronization sessions between peers, tracking what each peer has, what’s needed, and managing sync state machine transitions.

Structs§

PeerSyncCoordinator
Coordinates bidirectional sync sessions between the local node and its peers.
SyncSession
A single synchronization session with a remote peer.
SyncStats
Aggregate statistics across all sessions managed by a PeerSyncCoordinator.

Enums§

SyncDirection
Direction of data flow in a sync session.
SyncPhase
Phase of a sync session’s state machine.