File: Common/CommonAPIMessages.msg
Author: Bernhard Heep
Control info for sending/receiving data via overlay Network. Travels between application and overlay.
The following diagram shows part of the inheritance hierarchy. Unresolved types are missing from the diagram. Click here to see the full picture.
Name | Type | Description |
---|---|---|
destKey | OverlayKey | |
lastHopAddr | IPvXAddress | |
lastHopPort | int | |
thisNode | NodeHandle | |
srcNode | NodeHandle | |
hint | NodeHandle | |
hopCount | int |
class OverlayCtrlInfo { fields: OverlayKey destKey; IPvXAddress lastHopAddr; int lastHopPort; NodeHandle thisNode; NodeHandle srcNode; NodeHandle hint; int hopCount = 0; };