radicle-heartwood-lfs/radicle-node
Alexis Sellier c3a5aced07
node: Handle case of crossing fetch requests
It is possible for a pair of nodes to concurrently ask each other
to fetch some repo. These "crossing" requests are problematic,
because the nodes end up waiting for each other to reply, and
the reply never comes.

With this change, the node pair agrees on proceeding with one of
the fetches, while canceling the other.
2023-03-07 16:22:22 +01:00
..
src node: Handle case of crossing fetch requests 2023-03-07 16:22:22 +01:00
Cargo.toml node: Update `localtime` crate 2023-03-07 10:47:12 +01:00
Dockerfile Build container images for deployment 2022-12-14 17:15:40 +01:00