diff options
Diffstat (limited to 'src/constants.go')
-rw-r--r-- | src/constants.go | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/constants.go b/src/constants.go index 6fbb7a0..4e8d521 100644 --- a/src/constants.go +++ b/src/constants.go @@ -17,6 +17,10 @@ const ( ) const ( + RekeyAfterTimeReceiving = RekeyAfterTime - KeepaliveTimeout - RekeyTimeout +) + +const ( QueueOutboundSize = 1024 QueueInboundSize = 1024 QueueHandshakeSize = 1024 |