Versions in this module Expand all Collapse all v0 v0.2.3 Feb 27, 2015 v0.2.2 Feb 27, 2015 Changes in this version + func New(parent context.Context, p peer.ID, network bsnet.BitSwapNetwork, ...) exchange.Interface + type Instance struct + Exchange exchange.Interface + Peer peer.ID + func (i *Instance) Blockstore() blockstore.Blockstore + func (i *Instance) SetBlockstoreLatency(t time.Duration) time.Duration + type SessionGenerator struct + func NewTestSessionGenerator(net tn.Network) SessionGenerator + func (g *SessionGenerator) Close() error + func (g *SessionGenerator) Instances(n int) []Instance + func (g *SessionGenerator) Next() Instance