1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-09-09 23:42:20 +08:00

fixing up some bitswap stuff after the PR

This commit is contained in:
Jeromy
2014-08-28 12:01:03 -07:00
parent cfdf01d58a
commit af2f04ae89
11 changed files with 87 additions and 40 deletions

View File

@ -78,7 +78,7 @@ func TestTableUpdate(t *testing.T) {
for i := 0; i < 10000; i++ {
p := rt.Update(peers[rand.Intn(len(peers))])
if p != nil {
t.Log("evicted peer.")
//t.Log("evicted peer.")
}
}