Changes between Version 11 and Version 13 of DeprecatedOptions


Ignore:
Timestamp:
(multiple changes)
Author:
(multiple changes)
Comment:
(multiple changes)

Legend:

Unmodified
Added
Removed
Modified
  • DeprecatedOptions

    v11 v13  
    112112
    113113== `--comp-lzo` ==
    114 ||=Status =||Planned for removal ||
     114||=Status =||Currently not planned for removal, see description for details ||
    115115||=Deprecated in: =||OpenVPN v2.4 ||
    116116||=To be removed in: =||(not decided) ||
     
    121121|| ||`--compress lzo` ||
    122122|| ||`--compress lz4` ||
    123 The `--comp-lzo` option would only enable the LZO compression algorithm.  The `--compress` option allows also to use the improved LZ4 algorithm instead.  Providing just `--compress` without an algorithm is the equivalent of `--comp-lzo no` which disables compression but enables the packet framing for compression.  This will allow `--compress` to be pushed by the server on a per-client basis.
    124 
     123The `--comp-lzo` option would only enable the LZO compression algorithm.  The `--compress` option allows also to use the improved LZ4 algorithm instead.  This will allow `--compress` to be pushed by the server on a per-client basis.
     124Providing just `--compress` without an algorithm is the equivalent of `--comp-lzo no` which disables compression but enables the packet framing for compression.
     125
     126Contrary to prior statements `--comp-lzo no` is not compatible with the `--compress` counterpart. Therefore openvpn needs to keep supporting `--comp-lzo no` for backward compatibility.
    125127== `--ifconfig-pool-linear` ==
    126128||=Status =||Pending removal ||