mirror of
https://git.zx2c4.com/wireguard-go
synced 2026-08-16 12:16:33 +00:00
Fix timer typo
This commit is contained in:
+1
-1
@@ -20,7 +20,7 @@ const (
|
||||
)
|
||||
|
||||
const (
|
||||
RekeyAfterTimeReceiving = RekeyAfterTime - KeepaliveTimeout - RekeyTimeout
|
||||
RekeyAfterTimeReceiving = RejectAfterTime - KeepaliveTimeout - RekeyTimeout
|
||||
NewHandshakeTime = KeepaliveTimeout + RekeyTimeout // upon failure to acknowledge transport message
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user