Added support for packet compression, thanks to Mark Glines.
authorGuus Sliepen <guus@tinc-vpn.org>
Mon, 11 Feb 2002 15:59:18 +0000 (15:59 +0000)
committerGuus Sliepen <guus@tinc-vpn.org>
Mon, 11 Feb 2002 15:59:18 +0000 (15:59 +0000)
commitd9a62c6354d1e2ad78ee8c610518ae9f9ab012d1
tree0e42f01a73be07c801fa2ebddf36b8e9d23d5c60
parent94b171b3051b999e619ae19e1c9c29d356606788
Added support for packet compression, thanks to Mark Glines.
Add "Compression = <level>" to the host config files, where level can be
0 (off), or any integer between 1 (fast) and 9 (best).
THANKS
configure.in
doc/tinc.conf.5
doc/tinc.texi
m4/zlib.m4 [new file with mode: 0644]
po/nl.po
src/net.c
src/node.c
src/node.h
src/protocol.h
src/protocol_key.c