fix: when the target bucket is empty or low, pull from all other buckets
The neighbors may _also_ be empty or low. This can cause peers with a low number of peers in their routing table to fail to find _any_ peers in their routing table.
Showing
... | @@ -8,3 +8,5 @@ require ( | ... | @@ -8,3 +8,5 @@ require ( |
github.com/minio/sha256-simd v0.0.0-20190131020904-2d45a736cd16 | github.com/minio/sha256-simd v0.0.0-20190131020904-2d45a736cd16 | ||
github.com/multiformats/go-multihash v0.0.1 | github.com/multiformats/go-multihash v0.0.1 | ||
) | ) | ||
go 1.13 |
Please register or sign in to comment