RSVPPathMsg

Namespace inet

RSVPPathMsg

packet

FIXME missing documentation

Extends

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

Fields

Name Type Description
hop RsvpHopObj_t
label_request LabelRequestObj_t
sender_descriptor SenderDescriptor_t
ERO EroVector
color int
rsvpKind

Source code

//
// FIXME missing documentation
//
packet RSVPPathMsg extends RSVPPacket
{
    @customize(true);
    RsvpHopObj_t hop;
    LabelRequestObj_t label_request;
    SenderDescriptor_t sender_descriptor;
    EroVector ERO;
    int color;

    rsvpKind = PATH_MESSAGE;
}

File: src/inet/networklayer/rsvp_te/RSVPPathMsg.msg