Intserv/RSVP: Session Structure
The following diagram shows usage relationships between types. Unresolved types are missing from the diagram. Click here to see the full picture.
The following diagram shows inheritance relationships for this type. 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 | |
holdingPri | int | |
setupPri | int |
// // Intserv/RSVP: Session Structure // struct SessionObj_t { int Tunnel_Id; int Extended_Tunnel_Id; IPAddress DestAddress; int setupPri; int holdingPri; }