4
0
mirror of https://github.com/cwinfo/yggdrasil-go.git synced 2025-07-04 17:07:47 +00:00

Metadata exchange without sessions

This commit is contained in:
Neil Alexander
2018-12-15 00:48:27 +00:00
parent affddfb2fe
commit d5031a5cb6
6 changed files with 187 additions and 113 deletions

View File

@ -483,7 +483,7 @@ func (r *router) handleMetadata(bs []byte, fromKey *boxPubKey) {
return
}
req.SendPermPub = *fromKey
r.core.sessions.handleMetadata(&req)
r.core.metadata.handleMetadata(&req)
}
// Passed a function to call.