radicle-heartwood-lfs/radicle-node/src/runtime
cloudhead 3c1c35f259
node: Have multiple fetch queues
In the current design it's possible for one peer to fill the fetch queue
so that fetches from other peers are delayed.

To improve fairness, we move to a queue per peer. We then try to dequeue
from all peers in a random order for good measure.
2024-07-16 17:11:46 +02:00
..
handle.rs node: Have multiple fetch queues 2024-07-16 17:11:46 +02:00
thread.rs node: Give useful thread names 2023-06-20 11:18:14 +02:00