Class OverlayCtrlInfo

File: Common/CommonAPIMessages.msg

Author: Bernhard Heep

Control info for sending/receiving data via overlay Network. Travels between application and overlay.

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.

Fields:

Name Type Description
destKey OverlayKey
lastHopAddr IPvXAddress
lastHopPort int
thisNode NodeHandle
srcNode NodeHandle
hint NodeHandle
hopCount int

Source code:

class OverlayCtrlInfo
{
	fields:
		OverlayKey destKey;

		IPvXAddress lastHopAddr;
		int lastHopPort;

		NodeHandle thisNode;
		NodeHandle srcNode;
		NodeHandle hint;

		int hopCount = 0;
};