Class OriginalHeaderBlockTransformEngine

  • All Implemented Interfaces:
    PacketTransformer, TransformEngine

    public class OriginalHeaderBlockTransformEngine
    extends SinglePacketTransformerAdapter
    implements TransformEngine
    Appends an Original Header Block packet extension to incoming packets. Note that we currently do NOT follow the PERC format, but rather an extended backward compatible format. draft-ietf-perc-double-02 Specifically the format the we currently append is
    
      0                   1                   2                   3
      0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
      +-------------+---------------+-------------------------------+
      |  id  | len  |R|     PT      |        Sequence Number        |
      +-------------+---------------+-------------------------------+
      |                         Timestamp                           |
      +-------------------------------------------------------------+
      |                            SSRC                             |
      +-------------------------------------------------------------+
    
     
    Author:
    Boris Grozev