Implement client-initiated rekeys after an hour, or after 1Gb of
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Sat, 27 Nov 2004 14:29:20 +0000 (14:29 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Sat, 27 Nov 2004 14:29:20 +0000 (14:29 +0000)
commit9442dd57a02a4a11a8d5d7c4bd6e98a6eae80635
treeb68cf47c72a7112eb6e2a65260410bb07aecf322
parent4423d5c7a793b01f16c92b2740bebeef9210a249
Implement client-initiated rekeys after an hour, or after 1Gb of
data transfer in either direction (whichever comes first), or at
explicit client request (nice idea Jacob). Have tested by lowering
the limits, and it all seems solid enough; in particular, this has
also allowed me to test the behaviour when connection-level data is
received during rekey, and that looks fine too (at least it does
_now_ :-).

git-svn-id: svn://svn.tartarus.org/sgt/putty@4908 cda61777-01e9-0310-a592-d414129be87e
ssh.c