mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-04-28 22:25:07 +03:00
some nodeinfo actor fixes and adjust search timeout
This commit is contained in:
parent
8c12fc4fdb
commit
c3b1a6af65
4 changed files with 10 additions and 11 deletions
|
@ -250,5 +250,5 @@ func (r *router) _handleNodeInfo(bs []byte, fromKey *crypto.BoxPubKey) {
|
|||
return
|
||||
}
|
||||
req.SendPermPub = *fromKey
|
||||
r.nodeinfo.handleNodeInfo(&req)
|
||||
r.nodeinfo.handleNodeInfo(r, &req)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue