Namespace inet
RsvpPathMsg
classFIXME missing documentation
Extends
| Name | Type | Description |
|---|---|---|
| RsvpPacket | (unknown -- not in documented files) |
Fields
| Name | Type | Description |
|---|---|---|
| hop | RsvpHopObj | |
| label_request | LabelRequestObj | |
| sender_descriptor | SenderDescriptor_t | |
| ERO | EroVector | |
| color | int | |
| rsvpKind |
Packet operations (observed)
| action | module |
|---|---|
| insertAtBack | RsvpTe |
| peekAtFront | RsvpTe |
Source code
// // FIXME missing documentation // class RsvpPathMsg extends RsvpPacket { RsvpHopObj hop; LabelRequestObj label_request; SenderDescriptor_t sender_descriptor; EroVector ERO; int color; rsvpKind = PATH_MESSAGE; }File: src/inet/networklayer/rsvpte/RsvpPathMsg.msg