mirror of
https://git.zx2c4.com/wireguard-go
synced 2024-11-15 01:05:15 +01:00
Fix timer typo
This commit is contained in:
parent
9de17e6c9c
commit
519c5d200a
@ -20,7 +20,7 @@ const (
|
||||
)
|
||||
|
||||
const (
|
||||
RekeyAfterTimeReceiving = RekeyAfterTime - KeepaliveTimeout - RekeyTimeout
|
||||
RekeyAfterTimeReceiving = RejectAfterTime - KeepaliveTimeout - RekeyTimeout
|
||||
NewHandshakeTime = KeepaliveTimeout + RekeyTimeout // upon failure to acknowledge transport message
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user