summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorChristian Pointner <equinox@anytun.org>2009-01-28 21:31:01 +0000
committerChristian Pointner <equinox@anytun.org>2009-01-28 21:31:01 +0000
commit3ff46930b57dd9be5832acb8e03832ea3773d163 (patch)
tree47722583612724a8c0c29615b7d080925ea7aa18 /doc
parentdeactivated option for ld_kdr (diff)
reenabled ld-kdr
cleaning up Makefile
Diffstat (limited to 'doc')
-rw-r--r--doc/uanytun.8.txt14
1 files changed, 13 insertions, 1 deletions
diff --git a/doc/uanytun.8.txt b/doc/uanytun.8.txt
index dc1b934..3364294 100644
--- a/doc/uanytun.8.txt
+++ b/doc/uanytun.8.txt
@@ -27,6 +27,7 @@ SYNOPSIS
[ *-m|--mux* <mux-id> ]
[ *-w|--window-size* <window size> ]
[ *-k|--kd-prf* <kd-prf type> ]
+[ *-l|--ld-kdr* <ld-kdr> ]
[ *-E|--passphrase <pass phrase> ]
[ *-K|--key* <master key> ]
[ *-A|--salt* <master salt> ]
@@ -208,6 +209,17 @@ Possible values:
* *aes-ctr-192* - AES in counter mode with 192 Bits
* *aes-ctr-256* - AES in counter mode with 256 Bits
+-l|--ld-kdr <ld-kdr>
+~~~~~~~~~~~~~~~~~~~~
+
+The log2 of the key derivation rate. This is used by the key
+derivation to determine how often a new session key has to be
+generated. A value of -1 means to generate only one key and use
+it forever. The default is 0 which means to calculate a new key
+for every packet. A value of 1 would tell the key derivation
+to generate a new key after 2 packets, for 2 its 4 packets and
+so on.
+
-E|--passphrase <pass phrase>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -299,6 +311,6 @@ COPYING
Copyright \(C) 2008-2009 Christian Pointner. This program is free
software; you can redistribute it and/or modify it under the terms
-of the GNU General Public License version 2 as published by the
+of the GNU General Public License version 3 as published by the
Free Software Foundation.