Struct SessionObj_t

File: Network/RSVP_TE/IntServ.msg

Intserv/RSVP: Session Structure

Inheritance diagram:

The following diagram shows part of the inheritance hierarchy. Unresolved types are missing from the diagram. Click here to see the full picture.

SessionObj_t

Fields:

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

Source code:

struct SessionObj_t
{
  fields:
    int Tunnel_Id;
    int Extended_Tunnel_Id;
    IPAddress DestAddress;
    int setupPri;
    int holdingPri;
};