multiple-dynamic | simple-dynamic | static | update-dynamic
Default: simple-dynamic
multiple-dynamic:
A maximum of four dynamic states will be created per compartment.
The dynamic states are updated for each message by deleting the
oldest dynamic state and creating the new one. The dynamic states
will be updated in FIFO (First In, First Out) order.
simple-dynamic:
Only one dynamic state will be created per compartment. The same
state will be used for compression.
static: No
dynamic states will be created. Only static dictionary will be used
for compression.
update-dynamic: Only
one dynamic state will be created per compartment, but the dynamic state
will be updated for every new message.