[ipfs/go-bitswap] Respect Priorities
Open
- Dominant language
- Go
- Stars
- 316
- Forks
- 163
- Avg merge
- 4d 12h
- Merged PRs (30d)
- 8
Description
We currently *try* to respect priorities however, when we have to active tasks, we'll try to complete 8 tasks in parallel, regardless of priorities. Unfortunately, this means we can try to send up to 512KiB * 8 = 4 MiB in parallel in no particular order, even if the user *really* wants the first block *right now*.
We should probably try to avoid this.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.