Message PastryJoinMessage

File: Overlay/Pastry/PastryMessage.msg

C++ definition: click here

(no description)

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:

PastryMessage (no description)

Fields:

Name Type Description
sendStateTo TransportAddress
joinHopCount int

Source code:

message	PastryJoinMessage extends PastryMessage
{
    fields:
	TransportAddress sendStateTo = TransportAddress::UNSPECIFIED_NODE;
	int joinHopCount = 0;
};