SessionObj
structIntserv/RSVP: Session Structure
Usage diagram
The following diagram shows usage relationships between types. 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 { int Tunnel_Id; int Extended_Tunnel_Id; Ipv4Address DestAddress; int setupPri; int holdingPri; }File: src/inet/networklayer/rsvpte/IntServ.msg