Skip to content

KeepAlive

Namespace: ClientToChannel  ยท  Opcode: 0x0056 (86)

Periodic channel keep-alive. Body is a single u32 client tick; the server echoes the exact same value back in ChannelToClient.KeepAlive.

Fields

Field Type Modifiers Description
ClientTime u32 โ€” Client-side tick counter. Units are client-internal and the server never interprets the value โ€” it's just a cookie the client uses to correlate its own request/reply pairs.