Changes between Version 51 and Version 52 of Compression


Ignore:
Timestamp:
11/26/21 17:50:11 (2 years ago)
Author:
tct
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Compression

    v51 v52  
    3939Example configurations:
    4040
    41 - Recommended: Remove all `--comp-lzo` and --compress` options from your Server and Client configs.
     41- Recommended: Remove all `--comp-lzo` and `--compress` options from your Server and Client configs.
    4242- Disable compression: Use `--allow-compression no` in your Server config.
    43 - Asymetric compression: Server use `--allow-compression yes` and `--compress lz4`; Client use `--compress lz4`
    44   This will cause the Server to send compressed data but the Client will only send uncompressed data.
     43- Asymetric compression:[[br]]
     44    - Server use `--allow-compression yes` and `--compress lz4`
     45    - Client use `--allow-compression asym` and `--compress lz4`[[br]]
     46      This will cause the Server to send compressed data but the Client will only send uncompressed data.
    4547
    4648**Note**: Options like `--comp-lzo` and `--compress` are ALL now **deprecated**, so do not use them.