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

ensure sending of wantlist to friendly peers

This commit is contained in:
Jeromy
2014-11-22 22:27:19 +00:00
parent 9bf1ba6ab5
commit 6d217b5311
3 changed files with 22 additions and 4 deletions

View File

@ -1,4 +1,4 @@
package bitswap
package bitswap_test
import (
"bytes"
@ -7,6 +7,7 @@ import (
"time"
context "github.com/jbenet/go-ipfs/Godeps/_workspace/src/code.google.com/p/go.net/context"
. "github.com/jbenet/go-ipfs/exchange/bitswap"
ds "github.com/jbenet/go-ipfs/Godeps/_workspace/src/github.com/jbenet/go-datastore"
ds_sync "github.com/jbenet/go-ipfs/Godeps/_workspace/src/github.com/jbenet/go-datastore/sync"