Struct SessionObj_t

File: src/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 IPAddress
setupPri int
holdingPri int

Source code:

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