diff options
author | Hans Nilsson <[email protected]> | 2015-04-29 14:58:06 +0200 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2015-04-30 16:29:51 +0200 |
commit | ec5dcc8a6b9f86aa8dd02c70b630460cdc0833df (patch) | |
tree | 1abdbf0fa3ca68bd376673a589be7fce2d566e92 /lib/ssh/vsn.mk | |
parent | de6ef63b143557558436b5c0213030a27d78da0d (diff) | |
download | otp-ec5dcc8a6b9f86aa8dd02c70b630460cdc0833df.tar.gz otp-ec5dcc8a6b9f86aa8dd02c70b630460cdc0833df.tar.bz2 otp-ec5dcc8a6b9f86aa8dd02c70b630460cdc0833df.zip |
ssh: Fix bug causing rekeying once per minute after 1st Gbyte Thanks Simon
The port stats are not accumulated so that once rekey_limit bytes
(by default, 1GB) have been transmitted the connection will be
rekeyed every minute, not after the next 1GB.
Diffstat (limited to 'lib/ssh/vsn.mk')
-rw-r--r-- | lib/ssh/vsn.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ssh/vsn.mk b/lib/ssh/vsn.mk index b2b85a717f..40bda0c19f 100644 --- a/lib/ssh/vsn.mk +++ b/lib/ssh/vsn.mk @@ -1,4 +1,4 @@ #-*-makefile-*- ; force emacs to enter makefile-mode -SSH_VSN = 3.2.2 +SSH_VSN = 3.2.3 APP_VSN = "ssh-$(SSH_VSN)" |