diff options
author | Mathias Hall-Andersen <mathias@hall-andersen.dk> | 2017-07-27 23:45:37 +0200 |
---|---|---|
committer | Mathias Hall-Andersen <mathias@hall-andersen.dk> | 2017-07-27 23:45:37 +0200 |
commit | fb3fa4f9158458654281129f44f354a65741aef3 (patch) | |
tree | 92bd2213f9b51f56bd2fe8178192d33180bb10be /src/constants.go | |
parent | 47f8a3d89ad0d1478246bf62140eb4fbfe83ac72 (diff) |
Improved timer code
Diffstat (limited to 'src/constants.go')
-rw-r--r-- | src/constants.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/constants.go b/src/constants.go index 6b0d414..09d33d8 100644 --- a/src/constants.go +++ b/src/constants.go @@ -20,6 +20,7 @@ const ( const ( RekeyAfterTimeReceiving = RekeyAfterTime - KeepaliveTimeout - RekeyTimeout + NewHandshakeTime = KeepaliveTimeout + RekeyTimeout // upon failure to acknowledge transport message ) /* Implementation specific constants */ |