tttocea708: Lower latency of output
DVTCCPacket are processed downstream only when they are complete (to detect for drops, etc..). Always creating the biggest packets (128 bytes) can introduce several frame delays before they can be processed.
In order to reduce that latency, create packets which fit (more or less) within a frame.