Sets the download window size for ZLIB compression.
void StreamHTTPParms.setZlibDownloadWindowSize(int size)
size The compression window size specification, inclusively ranging from 9 to 15. This parameter is the base two logarithm of the window size. (the size of the history buffer)
Corresponds to MobiLink client network protocol option "zlib_download_window_size".