Documentation ¶
Overview ¶
Package state contains everything related to the synchronization state for MVDS.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewSyncState ¶
func NewSyncState() *memorySyncState
Types ¶
type RecordType ¶ added in v0.0.16
type RecordType int
const ( OFFER RecordType = iota REQUEST MESSAGE )
type State ¶
type State struct { Type RecordType SendCount uint64 SendEpoch int64 }
Click to show internal directories.
Click to hide internal directories.