File: Network/RSVP_TE/RSVPHello.msg
C++ definition: click here
FIXME missing documentation
The following diagram shows part of the inheritance hierarchy. Unresolved types are missing from the diagram. Click here to see the full picture.
RSVPMessage | RSVP message common part |
Name | Value | Description |
---|---|---|
customize | true |
Name | Type | Description |
---|---|---|
request | bool | |
ack | bool | |
srcInstance | int | |
dstInstance | int | |
rsvpKind | int |
message RSVPHelloMsg extends RSVPMessage { properties: customize=true; fields: bool request; bool ack; int srcInstance; int dstInstance; int rsvpKind = HELLO_MESSAGE; };