Struct SessionObj_t

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

Intserv/RSVP: Session Structure

Usage diagram:

The following diagram shows usage relationships between types. Unresolved types are missing from the diagram.

Inheritance diagram:

The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.

Fields:

Name Type Description
Tunnel_Id int
Extended_Tunnel_Id int
DestAddress IPv4Address
setupPri int
holdingPri int

Source code:

//
// Intserv/RSVP: Session Structure
//
struct SessionObj_t
{
    int Tunnel_Id;
    int Extended_Tunnel_Id;
    IPv4Address DestAddress;
    int setupPri;
    int holdingPri;
}