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