mirror of
https://github.com/ipfs/kubo.git
synced 2025-06-27 16:07:42 +08:00
docs: TODO
This commit is contained in:
@ -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,
|
||||||
|
Reference in New Issue
Block a user