mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 02:42:27 +00:00
swarm/network: eachBin now starts at kaddepth for nn
This commit is contained in:
parent
7240f4d800
commit
426b64dd70
1 changed files with 1 additions and 0 deletions
|
|
@ -375,6 +375,7 @@ func (k *Kademlia) EachBin(base []byte, pof pot.Pof, o int, eachBinFunc func(con
|
|||
if po < kadDepth {
|
||||
endPo = po
|
||||
} else {
|
||||
startPo = kadDepth
|
||||
endPo = k.MaxProxDisplay
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue