Format of a tunnel that passes the EOF condition

The data stream is passed as a sequence of packets, the last one having length 0.

Packets of length 0-127 are prefixed with this length as one byte. Packets of length 128-32895 are prefixed with one byte containing ((length-128)%128)+128 and one byte containing (length-128)/128.


Back to the main page.

Page created: Jul 01, 1997 - last update: Nov 26, 2002 - version 2.1
Jörg Czeranski (Impressum)