Improved cookie/mac computation code
This commit is contained in:
parent
a4eff12d7f
commit
12e8db2066
10 changed files with 523 additions and 442 deletions
|
|
@ -42,7 +42,7 @@ type Device struct {
|
|||
underLoadUntil atomic.Value
|
||||
ratelimiter Ratelimiter
|
||||
peers map[NoisePublicKey]*Peer
|
||||
mac MACStateDevice
|
||||
mac CookieChecker
|
||||
}
|
||||
|
||||
/* Warning:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue