Packet P2pnsTunnelMessage

File: src/tier2/p2pns/P2pnsMessage.msg

C++ definition

Message to TUNNEL application IPv6 packets to destination nodeId

Usage diagram:

The following diagram shows usage relationships between types. Unresolved types are missing from the diagram. Click here to see the full picture.

Inheritance diagram:

The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram. Click here to see the full picture.

Extends:

Name Type Description
OverSimMessage packet (no description)

Fields:

Name Type Description
srcId OverlayKey

the id of the originator

payload BinaryValue

the IPv6 message which is tunneled

Source code:

//
// 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
}