aboutsummaryrefslogtreecommitdiffstats
path: root/device
diff options
context:
space:
mode:
Diffstat (limited to 'device')
-rw-r--r--device/constants.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/device/constants.go b/device/constants.go
index e316f32..586ec9e 100644
--- a/device/constants.go
+++ b/device/constants.go
@@ -12,7 +12,7 @@ import (
/* Specification constants */
const (
- RekeyAfterMessages = (1 << 64) - (1 << 16) - 1
+ RekeyAfterMessages = (1 << 60)
RejectAfterMessages = (1 << 64) - (1 << 4) - 1
RekeyAfterTime = time.Second * 120
RekeyAttemptTime = time.Second * 90