Commit 1baa039e authored by Brian Tiger Chow's avatar Brian Tiger Chow

docs: TODO

parent 128c4a40
...@@ -29,7 +29,7 @@ func NetMessageSession(parent context.Context, p peer.Peer, ...@@ -29,7 +29,7 @@ func NetMessageSession(parent context.Context, p peer.Peer,
networkAdapter := bsnet.NetMessageAdapter(srv, net, nil) networkAdapter := bsnet.NetMessageAdapter(srv, net, nil)
bs := &bitswap{ bs := &bitswap{
blockstore: blockstore.NewBlockstore(d), blockstore: blockstore.NewBlockstore(d),
notifications: notifications.New(), notifications: notifications.New(), // TODO Shutdown()
strategy: strategy.New(nice), strategy: strategy.New(nice),
routing: directory, routing: directory,
sender: networkAdapter, sender: networkAdapter,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment