Packet PastryRoutingRowMessage

File: src/overlay/pastry/PastryMessage.msg

(no description)

Usage diagram:

The following diagram shows usage relationships between types. Unresolved types are missing from the diagram.

Inheritance diagram:

The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.

Extends:

PastryMessage (packet)

Base message for all messages used by Pastry

Fields:

Name Type Description
sender NodeHandle
timestamp simtime_t
statType int

message type for stats

routingTable NodeHandle[]
pastryMsgType int

the PastryMsgType

type int

message type

row int

Source code:

packet PastryRoutingRowMessage extends PastryMessage
{
    NodeHandle sender = NodeHandle::UNSPECIFIED_NODE;
    NodeHandle routingTable[];
    int row;
    simtime_t timestamp = 0;
}