]> git.ipfire.org Git - thirdparty/openvpn.git/commitdiff
Document "lz4" argument to "compress" config option.
authorGert Doering <gert@greenie.muc.de>
Mon, 6 Jan 2014 12:49:47 +0000 (13:49 +0100)
committerGert Doering <gert@greenie.muc.de>
Mon, 6 Jan 2014 13:14:56 +0000 (14:14 +0100)
Signed-off-by: Gert Doering <gert@greenie.muc.de>
Acked-by: Arne Schwabe <arne@rfc2549.org>
Message-Id: <1389012640-24174-1-git-send-email-gert@greenie.muc.de>
URL: http://article.gmane.org/gmane.network.openvpn.devel/8178

doc/openvpn.8

index f06d5365e4d43d96123e875160b31aff9e52950f..3df7a6f8c3c7cf1d694f2c7534022b32248208ff 100644 (file)
@@ -2417,9 +2417,11 @@ Enable a compression algorithm.
 
 The
 .B algorithm
-parameter may be "snappy", "lzo", or empty.  Snappy and LZO
+parameter may be "snappy", "lzo", "lz4", or empty.  Snappy, LZO and LZ4
 are different compression algorithms, with Snappy generally
-offering the best performance.
+offering the best performance while LZ4 is faster with less CPU usage.
+For backwards compatibility with OpenVPN versions before 2.4, use "lzo"
+(which is identical to the older option "\-\-comp-lzo yes").
 
 If the
 .B algorithm