Improved timer code
This commit is contained in:
parent
47f8a3d89a
commit
fb3fa4f915
6 changed files with 240 additions and 187 deletions
|
|
@ -20,6 +20,7 @@ const (
|
|||
|
||||
const (
|
||||
RekeyAfterTimeReceiving = RekeyAfterTime - KeepaliveTimeout - RekeyTimeout
|
||||
NewHandshakeTime = KeepaliveTimeout + RekeyTimeout // upon failure to acknowledge transport message
|
||||
)
|
||||
|
||||
/* Implementation specific constants */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue