[This is preliminary documentation and subject to change.]
To set the overhead of an interactive show, use the reserved variable, Overhead.
In the context of the Enhancement Stream language, Overhead refers to a fixed number of bytes you want reserved from your bandwidth for downloading files.
Syntax
Overhead = x ;
where x is an integer that represents the number of bytes that you want reserved for file transfer overhead.
Example
In the following example, 2560 bytes are reserved for file transfer overhead:
Overhead = 2560.000000;