Packet VastEventMessage

File: src/overlay/vast/Vast.msg

C++ definition

FIXME: Length definition

Usage diagram:

The following diagram shows usage relationships between types. Unresolved types are missing from the diagram. Click here to see the full picture.

Inheritance diagram:

The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram. Click here to see the full picture.

Extends:

Name Type Description
VastMessage packet

Base message for all messages used by Vast JOIN_REQUEST, ENCLOSING_NEIGHBORS_REQUEST, PING, PONG

Fields:

Name Type Description
command int
sourceNode NodeHandle
destKey OverlayKey
pos Vector2D
neighborCount int
type int

message type

statType int

message type for stats

Source code:

//FIXME: Length definition
packet VastEventMessage extends VastMessage
{
}