Changes between Version 6 and Version 7 of PacketEncoding
- Timestamp:
- 12/11/13 14:13:20 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PacketEncoding
v6 v7 17 17 18 18 '''Note''': all window pixels, icons and cursors are sent using dedicated [/wiki/Encodings picture encodings] and bypass the stream encoder completely (for speed). 19 20 The only exception to this rule is the `RGB` encoding, which will use the stream encoder on the raw pixels. 19 21 }}} 20 22 … … 28 30 * {{{1}}} is the best trade-off and will compress everything but without making too much of an effort 29 31 * 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 32 }}} 30 33 31 34 32 === lz4 vs zcompress === 35 {{{#!div class="box" 36 == lz4 vs zlib == 33 37 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. More information here: #443 34 38 [[BR]]