Message RSVPHelloMsg

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

RSVPHelloMsg RSVPMessage

Extends:

RSVPMessage

RSVP message common part

Properties:

Name Value Description
customize true

Fields:

Name Type Description
request bool
ack bool
srcInstance int
dstInstance int
rsvpKind int

Source code:

message RSVPHelloMsg extends RSVPMessage
{
    properties:
        customize=true;
    fields:
        bool request;
        bool ack;

        int srcInstance;
        int dstInstance;

        int rsvpKind = HELLO_MESSAGE;
};