Message to TUNNEL application IPv6 packets to destination nodeId
The following diagram shows usage relationships between types.
Unresolved types are missing from the diagram.
The following diagram shows inheritance relationships for this type.
Unresolved types are missing from the diagram.
OverSimMessage (packet) | (no description) |
Name | Type | Description |
---|---|---|
srcId | OverlayKey |
the id of the originator |
payload | BinaryValue |
the IPv6 message which is tunneled |
// // Message to TUNNEL application IPv6 packets to destination nodeId // packet P2pnsTunnelMessage extends OverSimMessage { OverlayKey srcId; // the id of the originator BinaryValue payload; // the IPv6 message which is tunneled }