File: Overlay/Pastry/PastryMessage.msg
Base message for all messages used by Pastry
The following diagram shows part of the inheritance hierarchy. Unresolved types are missing from the diagram. Click here to see the full picture.
BaseOverlayMessage | Base class for all messages handled by overlay modules |
PastryJoinMessage | Message used to join a pastry overlay |
PastryStateMessage | Message used to send a PastryState |
PastryLeafsetMessage | (no description) |
PastryRoutingRowRequestMessage | (no description) |
PastryRoutingRowMessage | (no description) |
PastryRequestMessage | Message used to request PastryState or a Leafset |
Name | Type | Description |
---|---|---|
pastryMsgType | int | the PastryMsgType |
message PastryMessage extends BaseOverlayMessage { fields: int pastryMsgType = PASTRY_MSG_STD; // the PastryMsgType };