(no description)
The following diagram shows usage relationships between types. Unresolved types are missing from the diagram. Click here to see the full picture.
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram. Click here to see the full picture.
PastryMessage (packet) |
Base message for all messages used by Pastry |
Name | Type | Description |
---|---|---|
sender | NodeHandle | |
timestamp | simtime_t | |
statType | int |
message type for stats |
sendStateTo | TransportAddress | |
leafSet | NodeHandle[] | |
pastryMsgType | int |
the PastryMsgType |
type | int |
message type |
packet PastryLeafsetMessage extends PastryMessage { NodeHandle sender = NodeHandle::UNSPECIFIED_NODE; TransportAddress sendStateTo = TransportAddress::UNSPECIFIED_NODE; NodeHandle leafSet[]; simtime_t timestamp = 0; }