Packet RSVPPathTear

File: src/networklayer/rsvp_te/RSVPPathMsg.msg

C++ definition

FIXME missing documentation

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:

RSVPPacket (packet)

FIXME missing documentation

Fields:

Name Type Description
senderTemplate SenderTemplateObj_t
session SessionObj_t
checksumValid bool
force bool
hop RsvpHopObj_t
rsvpKind int

Source code:

//
// FIXME missing documentation
//
packet RSVPPathTear extends RSVPPacket
{
    @customize(true);
    RsvpHopObj_t hop;
    SenderTemplateObj_t senderTemplate;
    bool force;
    int rsvpKind = PTEAR_MESSAGE;
}