mirror of
https://github.com/ipfs/kubo.git
synced 2026-03-01 22:37:51 +08:00
style: line wrapping
License: MIT Signed-off-by: Brian Tiger Chow <brian@perfmode.com>
This commit is contained in:
parent
c0a18d9c08
commit
5603b2e0a4
@ -32,10 +32,10 @@ var providerRequestTimeout = time.Second * 10
|
||||
var hasBlockTimeout = time.Second * 15
|
||||
var rebroadcastDelay = time.Second * 10
|
||||
|
||||
// New initializes a BitSwap instance that communicates over the
|
||||
// provided BitSwapNetwork. This function registers the returned instance as
|
||||
// the network delegate.
|
||||
// Runs until context is cancelled
|
||||
// New initializes a BitSwap instance that communicates over the provided
|
||||
// BitSwapNetwork. This function registers the returned instance as the network
|
||||
// delegate.
|
||||
// Runs until context is cancelled.
|
||||
func New(parent context.Context, p peer.Peer, network bsnet.BitSwapNetwork, routing bsnet.Routing,
|
||||
bstore blockstore.Blockstore, nice bool) exchange.Interface {
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user