Message RSVPResvTear

File: Network/RSVP_TE/RSVPResvMsg.msg

C++ definition: click here

FIXME missing documentation

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.

Extends:

RSVPPacket

FIXME missing documentation

Properties:

Name Value Description
customize true

Fields:

Name Type Description
hop RsvpHopObj_t
flowDescriptor FlowDescriptorVector
rsvpKind int

Source code:

message RSVPResvTear extends RSVPPacket
{
    properties:
        customize=true;
    fields:
        RsvpHopObj_t hop;
        FlowDescriptorVector flowDescriptor;
        int rsvpKind = RTEAR_MESSAGE;
};