Changes between Version 3 and Version 4 of PacketEncoding
- Timestamp:
- 10/16/13 06:17:05 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PacketEncoding
v3 v4 22 22 == Compression == 23 23 The compression level can be specified via the command line ("{{{-z LEVEL}}}" or "{{{--compress=LEVEL}}}"). 24 24 25 Here is what the {{{LEVEL}}} does: 25 26 * {{{0}}} means no compression at all and is useful when bandwidth is no issue but latency is 26 27 * {{{1}}} is the best trade-off and will compress everything but without making too much of an effort 27 * values of 2 and above increase the compression (CPU usage and latency will increase) and should rarely be needed 28 * values of 2 and above increase the compression (CPU usage and latency will increase) and should rarely be needed - the [/wiki/Encodings picture encoding] used is much more important 28 29 29 30 === lz4 vs zcompress ===