55 | | Or you can also change the current encoder/compressor at runtime: |
56 | | * switch to zlib: {{{xpra control :10 compression zlib}}} |
57 | | * switch to lz4: {{{xpra control :10 compression lz4}}} |
58 | | * switch to bencode: {{{xpra control :10 encoder bencode}}} |
59 | | * switch to rencode: {{{xpra control :10 encoder rencode}}} |
| 55 | With v0.11 onwards, you can also change the current encoder/compressor at runtime: |
| 56 | * switch to zlib: {{{xpra control :DISPLAY compression zlib}}} |
| 57 | * switch to lz4: {{{xpra control :DISPLAY compression lz4}}} |
| 58 | * switch to bencode: {{{xpra control :DISPLAY encoder bencode}}} |
| 59 | * switch to rencode: {{{xpra control :DISPLAY encoder rencode}}} |
| 60 | More info on {{{xpra control}}} here: #461. |