next up previous contents index
Next: Format of selected Up: RSVP Message Format Previous: RSVP Common Header

RSVP Object Encapsulation Format

  Every RSVP object encapsulated in an RSVP message consists of a 32-bit word header and the object's contents as described above:

       0             1             2             3
+-------------+-------------+-------------+-------------+
|       Length (bytes)      |  Class-Num  |   C-Type    |
+-------------+-------------+-------------+-------------+
.                   (Object Contents)                   .
+-------------+-------------+-------------+-------------+

Length:
16 bits
Contains the total length of the object including the object's header, measured in bytes. Objects must be aligned to 32-bit words.
Class-Num:
8 bits
The class number is used to identify the class of an object. The following classes are currently defined:
Object Contents:
The body of an object corresponding to the class number.



tspeuker@cip.informatik.uni-erlangen.de