Changes between Version 27 and Version 28 of Compression


Ignore:
Timestamp:
11/26/21 03:57:21 (2 years ago)
Author:
tct
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Compression

    v27 v28  
    1818Because most data is already highly compressed and even optimised (eg. Video stream), there is no need for OpenVPN to sort through the entire data stream looking for compressible data .. that is wasting your CPU time on a totally pointless task.
    1919
    20 By "**''Unusual Circumstances''**" what I mean is this: **You control** both Server and Client nodes AND you know that you are transmitting a lot of uncompressed data (eg. Live video stream from a cheap "security" camera) over that VPN link.  In such a case, you can use compression to your advantage.
    21 
    22 Otherwise, you do not need or want to use compression.
     20By "**''Unusual Circumstances''**" what I mean is this: **You control** both Server and Client nodes AND you know that you are transmitting a lot of uncompressed data (eg. Live video stream from a cheap "security" camera) over that VPN link.  In such a case, you can use compression to your advantage.  Otherwise, you do not need or want to use compression.
    2321
    2422`TL;DR` OpenVPN are not removing compression but it must be made secure. You do not need it.