Open
Description
Hey @dignifiedquire i have some questions re impl. Forgive silliness, first time i look at it.
- why is bitswap block key going to hex in the proto msg? it should be straight binary -- https://github.com/ipfs/js-ipfs-bitswap/blob/master/src/message/index.js#L48
- why bitswap.stop has this.network.start() https://github.com/ipfs/js-ipfs-bitswap/blob/master/src/index.js#L276
- why bitswap.network uses bl? isnt this wasteful? is it caching all buffers? (i've only glanced at bl, havent used it) https://github.com/ipfs/js-ipfs-bitswap/blob/master/src/network/index.js#L40
provierRequestTimeout
spelling - https://github.com/ipfs/js-ipfs-bitswap/blob/master/src/constants.js#L7