Versions in this module Expand all Collapse all v0 v0.1.0 Aug 16, 2026 Changes in this version + var ErrInvalidSample = errors.New("invalid clock sample") + var ErrTimestampOverflow = errors.New("timestamp overflow") + type Mapping struct + OffsetMicros int64 + UncertaintyMicros uint64 + func Estimate(sample Sample) (Mapping, error) + func (m Mapping) DeadlineBounds(localDeadlineMicros uint64) (uint64, uint64, error) + func (m Mapping) Inverse() Mapping + func (m Mapping) Translate(localMicros uint64) (uint64, error) + type Sample struct + LocalReceiveMicros uint64 + LocalSendMicros uint64 + RemoteReceiveMicros uint64 + RemoteSendMicros uint64