EroObj

Namespace inet

EroObj

struct

Intserv/RSVP: Explicit Routing Object Structure

Fields

Name Type Description
L bool
node Ipv4Address

Source code

//
// Intserv/RSVP: Explicit Routing Object Structure
//
struct EroObj
{
    @packetData;
    bool L = false;
    Ipv4Address node;
}

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