mirror of
https://github.com/yggdrasil-network/yggdrasil-go
synced 2024-11-10 07:20:39 +03:00
put bytes back when done
This commit is contained in:
parent
df0090e32a
commit
5dfc71e1ee
@ -495,6 +495,7 @@ func (sinfo *sessionInfo) sendWorker() {
|
||||
// TODO
|
||||
var packet []byte
|
||||
sessionFunc := func() {
|
||||
defer util.PutBytes(bs)
|
||||
sinfo.bytesSent += uint64(len(bs))
|
||||
payload, nonce := crypto.BoxSeal(&sinfo.sharedSesKey, bs, &sinfo.myNonce)
|
||||
defer util.PutBytes(payload)
|
||||
|
Loading…
Reference in New Issue
Block a user