RsvpResvError

Namespace inet

RsvpResvError

class

FIXME missing documentation

Extends

Name Type Description
RsvpPacket (unknown -- not in documented files)

Fields

Name Type Description
hop RsvpHopObj
errorNode Ipv4Address
errorCode int
rsvpKind

Source code

//
// FIXME missing documentation
//
class RsvpResvError extends RsvpPacket
{
    RsvpHopObj hop;
    Ipv4Address errorNode;
    int errorCode;
    rsvpKind = RERROR_MESSAGE;
}

File: src/inet/networklayer/rsvpte/RsvpResvMsg.msg