radicle-heartwood-lfs/radicle-node
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
..
src node: Have multiple fetch queues 2024-07-16 17:11:46 +02:00
Cargo.toml node: Don't depend on `gix` directly 2024-07-16 15:57:27 +02:00
build.rs Update radicle crates to 0.9.0 2024-03-26 11:56:27 +01:00