File: Network/RSVP_TE/IntServ.msg
Intserv/RSVP: Session Structure
The following diagram shows part of the inheritance hierarchy. Unresolved types are missing from the diagram. Click here to see the full picture.
Name | Type | Description |
---|---|---|
Tunnel_Id | int | |
Extended_Tunnel_Id | int | |
DestAddress | IPAddress | |
setupPri | int | |
holdingPri | int |
struct SessionObj_t { fields: int Tunnel_Id; int Extended_Tunnel_Id; IPAddress DestAddress; int setupPri; int holdingPri; };