Hi, I have a question about BitSwap.
As I understand, if several IPFS nodes have a same file, it will take shorter time to download it than if only one IPFS node has it.
But, It didn’t. It took more time to download it.
According to the bitswap code(https://github.com/ipfs/go-bitswap/blob/master/wantmanager.go#L137), a same wantlist is sent to the connected peers.
I guess it isn’t possible to download separately from different peers.
(I hope that each block can be downloaded from different peers concurrently)
Didn’t I know the other setting for the above?
Thanks to read my question 
