Namespace inet
RSVPPathError
packetFIXME missing documentation
Extends
| Name | Type | Description | 
|---|---|---|
| RSVPPacket | (unknown -- not in documented files) | 
Fields
| Name | Type | Description | 
|---|---|---|
| errorNode | IPv4Address | |
| errorCode | int | |
| sender_descriptor | SenderDescriptor_t | |
| rsvpKind | 
Source code
// // FIXME missing documentation // packet RSVPPathError extends RSVPPacket { @customize(true); IPv4Address errorNode; int errorCode; SenderDescriptor_t sender_descriptor; rsvpKind = PERROR_MESSAGE; }File: src/inet/networklayer/rsvp_te/RSVPPathMsg.msg