Message GiaRouteMessage

File: Overlay/Gia/GiaMessage.msg

Send a route message to a destination node

Author: Robert Palmer

Inheritance diagram:

The following diagram shows part of the inheritance hierarchy. Unresolved types are missing from the diagram. Click here to see the full picture.

Extends:

GiaIDMessage

A GiaMessage extended by an unique ID-Field

Author: Robert Palmer

Fields:

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

Source code:

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
};