Message RSVPMessage

File: Network/RSVP_TE/RSVPPacket.msg

C++ definition: click here

RSVP message common part

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.

RSVPMessage RSVPHelloMsg RSVPPacket

Known subclasses:

RSVPHelloMsg

FIXME missing documentation

RSVPPacket

FIXME missing documentation

Fields:

Name Type Description
rsvpKind int

Source code:

message RSVPMessage
{
    fields:
        int rsvpKind;
}