Latency

Used to calculate latency by both the hub and the node. When this packet is received it should be immeditaly sent back to the sender without any change.

@clientbound
@serverbound
struct Latency {}

Members

Mixins

__anonymous
mixin IO!(id)
Undocumented in source.

Variables

ID
enum ubyte ID;
Undocumented in source.
id
uint id;

Id of the ping/pong. Should be unique for the session.

Meta