Expand description
Context synchronization protocol
Handles automatic synchronization between encoder and decoder contexts. This module provides:
- Sync message types for protocol communication
- State machine for tracking synchronization status
- Diff generation and application for incremental updates
Structs§
- Detail
Response - Response with detailed data
- Range
Request - Request for a range of historical data
- Sync
Announce - Announcement of current context state
- Sync
Config - Configuration for synchronization behavior
- Sync
Diff - Context diff for incremental synchronization
- Sync
Request - Request for synchronization
- Synchronizer
- Context synchronizer - manages sync state and operations
Enums§
- Sync
Message - Synchronization message types
- Sync
Message Type - Message type identifier for serialization
- Sync
State - Synchronization state machine states