Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Tracker ¶
type Tracker struct {
// contains filtered or unexported fields
}
Tracker tracks uint32 sequence numbers inside a 16-packet wide window.
Assumes tracking starts at zero. On overflow, any sequence number < MaxUint32/2 will be accepted to reset.
An empty sequence tracker is ready for use.
Click to show internal directories.
Click to hide internal directories.