Changes between Version 2 and Version 3 of PacketEncoding
- Timestamp:
- 10/16/13 06:15:56 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PacketEncoding
v2 v3 27 27 * values of 2 and above increase the compression (CPU usage and latency will increase) and should rarely be needed 28 28 29 === lz4 vs zcompress == 29 === lz4 vs zcompress === 30 30 As of version {{{0.11.0}}}, xpra supports [https://pypi.python.org/pypi/lz4 lz4] compression and will use it instead of the default [http://docs.python.org/2/library/zlib.html zlib] when {{{LEVEL}}} is set to 1 and both ends support the compression mode.