X-Git-Url: https://git.distorted.org.uk/~mdw/secnet/blobdiff_plain/1fc8a4acb3ef658696038c9c4bd3c155fbc27ac3..refs/heads/master:/README diff --git a/README b/README index e56c444..5a4db52 100644 --- a/README +++ b/README @@ -18,7 +18,7 @@ secnet is Copyright 1995-2003 Peter Benie Copyright 2011 Richard Kettlewell Copyright 2012 Matthew Vernon - Copyright 2013 Mark Wooding + Copyright 2013-2017 Mark Wooding Copyright 1995-2013 Simon Tatham secnet is distributed under the terms of the GNU General Public @@ -395,8 +395,9 @@ site: dict argument packet [5; mobile: 30] setup-timeout (integer): time between retransmissions of key negotiation packets, in ms [2000; mobile: 1000] - wait-time (integer): after failed key setup, wait this long (in ms) before - allowing another attempt [20000; mobile: 10000] + wait-time (integer): after failed key setup, wait roughly this long + (in ms) before allowing another attempt [20000; mobile: 10000] + Actual wait time is randomly chosen between ~0.5x and ~1.5x this. renegotiate-time (integer): if we see traffic on the link after this time then renegotiate another session key immediately (in ms) [half key-lifetime, or key-lifetime minus 5 mins (mobile: 12 hours),