mirror of
https://github.com/cwinfo/yggdrasil-go.git
synced 2024-11-10 08:40:28 +00:00
allow searches to start with nodes further from the destination than ourself
This commit is contained in:
parent
45abfafbba
commit
3e1ac81854
@ -141,7 +141,7 @@ func (s *searches) continueSearch(sinfo *searchInfo) {
|
|||||||
|
|
||||||
func (s *searches) newIterSearch(dest *NodeID, mask *NodeID) *searchInfo {
|
func (s *searches) newIterSearch(dest *NodeID, mask *NodeID) *searchInfo {
|
||||||
sinfo := s.createSearch(dest, mask)
|
sinfo := s.createSearch(dest, mask)
|
||||||
sinfo.toVisit = s.core.dht.lookup(dest, false)
|
sinfo.toVisit = s.core.dht.lookup(dest, true)
|
||||||
sinfo.visited = make(map[NodeID]bool)
|
sinfo.visited = make(map[NodeID]bool)
|
||||||
return sinfo
|
return sinfo
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user