Changes between Version 1 and Version 2 of PacketEncoding
- Timestamp:
- 10/16/13 06:15:31 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PacketEncoding
v1 v2 1 1 = Packet Encoding and Compression = 2 3 [[BR]] 4 2 5 3 6 == Bencode vs Rencode == … … 7 10 This allows various languages to implement the xpra protocol, specifying which encoder they want to use (bencode is more widely available than rencode). 8 11 12 [[BR]] 13 14 9 15 == Pixels and Icons == 10 16 11 17 '''Note''': all window pixels, icons and cursors are sent using dedicated [/wiki/Encodings picture encodings] and bypass the stream encoder completely (for speed). 18 19 [[BR]] 20 12 21 13 22 == Compression ==