File: Overlay/Gia/GiaMessage.msg
Send a route message to a destination node
Author: Robert Palmer
The following diagram shows part of the inheritance hierarchy. Unresolved types are missing from the diagram. Click here to see the full picture.

| GiaIDMessage | A GiaMessage extended by an unique ID-Field Author: Robert Palmer |
| Name | Type | Description |
|---|---|---|
| originatorKey | OverlayKey | unique key (id) of the originator of this route message |
| originatorIP | IPvXAddress | IP of the originator of this route message |
| originatorPort | int | UDP-Port of the originator of this route message |
message GiaRouteMessage extends GiaIDMessage { fields: OverlayKey originatorKey; // unique key (id) of the originator of this route message IPvXAddress originatorIP; // IP of the originator of this route message int originatorPort; // UDP-Port of the originator of this route message };