Message RSVPPacket

File: Network/RSVP_TE/RSVPPacket.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:

RSVPMessage

RSVP message common part

Known subclasses:

RSVPResvMsg

FIXME missing documentation

RSVPResvTear

FIXME missing documentation

RSVPResvError

FIXME missing documentation

RSVPPathMsg

FIXME missing documentation

RSVPPathTear

FIXME missing documentation

RSVPPathError

FIXME missing documentation

Properties:

Name Value Description
customize true

Fields:

Name Type Description
session SessionObj_t
checksumValid bool

Source code:

message RSVPPacket extends RSVPMessage
{
    properties:
        customize=true;
    fields:
        SessionObj_t session;
        bool checksumValid = true;
};