mirror of
https://git.zx2c4.com/wireguard-go
synced 2025-10-16 21:51:17 +08:00
Improved timer code
This commit is contained in:
@@ -20,6 +20,7 @@ const (
|
||||
|
||||
const (
|
||||
RekeyAfterTimeReceiving = RekeyAfterTime - KeepaliveTimeout - RekeyTimeout
|
||||
NewHandshakeTime = KeepaliveTimeout + RekeyTimeout // upon failure to acknowledge transport message
|
||||
)
|
||||
|
||||
/* Implementation specific constants */
|
||||
|
Reference in New Issue
Block a user