Versions in this module Expand all Collapse all v0 v0.2.0 Mar 10, 2020 GO-2023-1766 GO-2023-1766: Denial of service from memory leak in github.com/ipfs/go-libipfs Changes in this version + func ConnectInstances(instances []Instance) + type Instance struct + Adapter bsnet.BitSwapNetwork + Exchange *bitswap.Bitswap + Peer peer.ID + func NewInstance(ctx context.Context, net tn.Network, p tnet.Identity, ...) Instance + func (i *Instance) Blockstore() blockstore.Blockstore + func (i *Instance) SetBlockstoreLatency(t time.Duration) time.Duration + type InstanceGenerator struct + func NewTestInstanceGenerator(net tn.Network, netOptions []bsnet.NetOpt, bsOptions []bitswap.Option) InstanceGenerator + func (g *InstanceGenerator) Close() error + func (g *InstanceGenerator) Instances(n int) []Instance + func (g *InstanceGenerator) Next() Instance