RsvpPathError

Namespace inet

RsvpPathError

class

FIXME 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

Packet operations (observed)

actionmodule
insertAtBackRsvpTe
peekAtFrontRsvpTe

Source code

//
// FIXME missing documentation
//
class RsvpPathError extends RsvpPacket
{
    Ipv4Address errorNode;
    int errorCode;
    SenderDescriptor_t sender_descriptor;

    rsvpKind = PERROR_MESSAGE;
}

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