MAX_OUTGOING_COMPRESSION_LEVEL

The Communications Server icon
The MAX_OUTGOING_COMPRESSION_LEVEL parameter keyword applies to Communications Server only.
Required? Yes
Keyword Type Enumerated
Default NONE
Multiples Allowed? No, only one for each MODE keyword
The MAX_OUTGOING_COMPRESSION_LEVEL parameter specifies the maximum compression level supported for data being sent from this node. The level of decompression specified must be less than or equal to the value specified on the MAX_COMPRESSION_LEVEL parameter on the NODE keyword. Valid values are:
NONE
This node does not support compression.
RLE
This node supports RLE compression.
LZ9
This node supports RLE and LZ9 compression.
LZ10
This node supports RLE, LZ9, and LZ10 compression.
Note: If compression is negotiated using a non-extended BIND, the compression level used is RLE.

This parameter is required. The default is NONE.