Table of Contents

Enum TickFlags

Namespace
Typhon.Protocol
Assembly
Typhon.Protocol.dll

The TICK flags byte, bits in the order § 3 lists them.

[Flags]
public enum TickFlags : byte

Fields

None = 0

No flag.

Overload = 4

The server is overloaded and dilating time.

Period = 8

A u32 periodUs follows the flags: the duration of the interval that just elapsed, [N − 1, N].

Reset = 2

Clear the store before applying this frame: a profile switch, a server-side reset, or a resumed session's first frame.

ViewComplete = 1

The initial fill under the enter budget is complete.