mirror of
https://github.com/amnezia-vpn/amneziawg-go.git
synced 2025-04-15 13:36:55 +02:00
Fix timer typo
This commit is contained in:
parent
9de17e6c9c
commit
519c5d200a
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ const (
|
|||
)
|
||||
|
||||
const (
|
||||
RekeyAfterTimeReceiving = RekeyAfterTime - KeepaliveTimeout - RekeyTimeout
|
||||
RekeyAfterTimeReceiving = RejectAfterTime - KeepaliveTimeout - RekeyTimeout
|
||||
NewHandshakeTime = KeepaliveTimeout + RekeyTimeout // upon failure to acknowledge transport message
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue