There are two lzo compression levels.
authorGuus Sliepen <guus@tinc-vpn.org>
Thu, 12 Jun 2003 11:08:40 +0000 (11:08 +0000)
committerGuus Sliepen <guus@tinc-vpn.org>
Thu, 12 Jun 2003 11:08:40 +0000 (11:08 +0000)
doc/tinc.conf.5
doc/tinc.texi

index 7723240..ad4fa1d 100644 (file)
@@ -238,7 +238,7 @@ will turn off packet encryption.
 .It Va Compression Li = Ar level Pq 0
 This option sets the level of compression used for UDP packets.
 Possible values are 0 (off), 1 (fast zlib) and any integer up to 9 (best zlib),
 .It Va Compression Li = Ar level Pq 0
 This option sets the level of compression used for UDP packets.
 Possible values are 0 (off), 1 (fast zlib) and any integer up to 9 (best zlib),
-and 10 (lzo).
+10 (fast lzo) and 11 (best lzo).
 .It Va Digest Li = Ar digest Pq sha1
 The digest algorithm used to authenticate UDP packets.
 Any digest supported by OpenSSL is recognised.
 .It Va Digest Li = Ar digest Pq sha1
 The digest algorithm used to authenticate UDP packets.
 Any digest supported by OpenSSL is recognised.
index 2214d49..838226b 100644 (file)
@@ -1,5 +1,5 @@
 \input texinfo   @c -*-texinfo-*-
 \input texinfo   @c -*-texinfo-*-
-@c $Id: tinc.texi,v 1.8.4.36 2003/06/11 20:18:48 guus Exp $
+@c $Id: tinc.texi,v 1.8.4.37 2003/06/12 11:08:40 guus Exp $
 @c %**start of header
 @setfilename tinc.info
 @settitle tinc Manual
 @c %**start of header
 @setfilename tinc.info
 @settitle tinc Manual
@@ -18,7 +18,7 @@ Copyright @copyright{} 1998-2002 Ivo Timmermans
 <ivo@@o2w.nl>, Guus Sliepen <guus@@sliepen.eu.org> and
 Wessel Dankers <wsl@@nl.linux.org>.
 
 <ivo@@o2w.nl>, Guus Sliepen <guus@@sliepen.eu.org> and
 Wessel Dankers <wsl@@nl.linux.org>.
 
-$Id: tinc.texi,v 1.8.4.36 2003/06/11 20:18:48 guus Exp $
+$Id: tinc.texi,v 1.8.4.37 2003/06/12 11:08:40 guus Exp $
 
 Permission is granted to make and distribute verbatim copies of this
 manual provided the copyright notice and this permission notice are
 
 Permission is granted to make and distribute verbatim copies of this
 manual provided the copyright notice and this permission notice are
@@ -43,7 +43,7 @@ Copyright @copyright{} 1998-2002 Ivo Timmermans
 <ivo@@o2w.nl>, Guus Sliepen <guus@@sliepen.eu.org> and
 Wessel Dankers <wsl@@nl.linux.org>.
 
 <ivo@@o2w.nl>, Guus Sliepen <guus@@sliepen.eu.org> and
 Wessel Dankers <wsl@@nl.linux.org>.
 
-$Id: tinc.texi,v 1.8.4.36 2003/06/11 20:18:48 guus Exp $
+$Id: tinc.texi,v 1.8.4.37 2003/06/12 11:08:40 guus Exp $
 
 Permission is granted to make and distribute verbatim copies of this
 manual provided the copyright notice and this permission notice are
 
 Permission is granted to make and distribute verbatim copies of this
 manual provided the copyright notice and this permission notice are
@@ -1001,7 +1001,7 @@ Any cipher supported by OpenSSL is recognized.
 @item Compression = <level> (0)
 This option sets the level of compression used for UDP packets.
 Possible values are 0 (off), 1 (fast zlib) and any integer up to 9 (best zlib),
 @item Compression = <level> (0)
 This option sets the level of compression used for UDP packets.
 Possible values are 0 (off), 1 (fast zlib) and any integer up to 9 (best zlib),
-and 10 (lzo).
+10 (fast lzo) and 11 (best lzo).
 
 @cindex Digest
 @item Digest = <digest> (sha1)
 
 @cindex Digest
 @item Digest = <digest> (sha1)