A new Run Length Encoding (RLE) compression option has been provided. Configure the RLE compression algorithm in ctsrvr.cfg, similar to the keywords for ZLIB or USER supplied compression.
The CMPREC_TYPE keyword now supports these options:
CMPREC_TYPE <"ZLIB" | "USER" | "RLE">
To enable data compression routines:
CMPREC_TYPE <"ZLIB" | "USER" | "RLE">
CMPREC_VERSION <a number >= 1>
CMPREC_DLL <name of DLL>
These keywords should be entered in the configuration file in the order shown. A DLL name is required for a CMPREC_TYPE of "USER".