[ipfs/go-bitswap] The splitter should scale with the wantlist size.
Open
- Dominant language
- Go
- Stars
- 316
- Forks
- 163
- Avg merge
- 4d 12h
- Merged PRs (30d)
- 8
Description
The request splitter currently splits requests into `split` pieces. However, we _really_ want to send each wantlist entry to `N` peers. These two are equivalent when the wantlist size stays the same but the wantlist size doesn't.
If we go from a wantlist size of 4 to 32, we'll still have a split of 4 and get 24 duplicate blocks.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.