STRATEGY_RLE constant

int const STRATEGY_RLE = 3

Use this strategy to limit match distances to one (run-length encoding)

Implementation

static const int STRATEGY_RLE = 3