X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=doc%2Ftinc.conf.5;h=7723240814066fff1536ebcf3d586589c3efb234;hp=db51eb683f57ba67cd5e58e6fc96ae26be82435f;hb=9279b3c69982b066e2aaea4e444892b51332881a;hpb=0a9aef2da749f7b7d1ca183daad88f6433579b9f diff --git a/doc/tinc.conf.5 b/doc/tinc.conf.5 index db51eb68..77232408 100644 --- a/doc/tinc.conf.5 +++ b/doc/tinc.conf.5 @@ -100,7 +100,7 @@ If you leave it out, remember to replace it with at least one space character. Here are all valid variables, listed in alphabetical order. The default value is given between parentheses. .Bl -tag -width indent -.It Va AddressFamily Li = ipv4 | ipv6 | any Po ipv4 Pc Bq experimental +.It Va AddressFamily Li = ipv4 | ipv6 | any Pq any This option affects the address family of listening and outgoing sockets. If .Qq any @@ -237,7 +237,8 @@ Furthermore, specifying 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) and any integer up to 9 (best). +Possible values are 0 (off), 1 (fast zlib) and any integer up to 9 (best zlib), +and 10 (lzo). .It Va Digest Li = Ar digest Pq sha1 The digest algorithm used to authenticate UDP packets. Any digest supported by OpenSSL is recognised.