Message RSVPPathError

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

RSVPPathError RSVPPacket

Extends:

RSVPPacket

FIXME missing documentation

Properties:

Name Value Description
customize true

Fields:

Name Type Description
errorNode IPAddress
errorCode int
sender_descriptor SenderDescriptor_t
rsvpKind int

Source code:

message RSVPPathError extends RSVPPacket
{
    properties:
        customize=true;
    fields:
        IPAddress errorNode;
        int errorCode;
        SenderDescriptor_t sender_descriptor;

        int rsvpKind = PERROR_MESSAGE;
};