radicle-heartwood-lfs/radicle-node/src/test
Alexis Sellier cd12741bf2
node: Prevent redundant [re-]connections
It was possible to trigger multiple connection attempts to the same
peer, since we didn't track connection attempts that hadn't yet
returned to the service via `Service::attempted`.

With this change, we add an extra `Initial` state to sessions, so
that redundant connections are not attempted when one is already under
way.
2023-03-14 13:42:59 +01:00
..
arbitrary.rs node: Complete the "relay" seed test 2023-02-14 20:31:40 +01:00
environment.rs node: test do not fetch from owned refs 2023-03-08 11:33:42 +00:00
gossip.rs node: Use millisecond precision for timestamps 2023-02-14 20:31:40 +01:00
handle.rs node: Rename `tracked_repo` -> `repo_policies` 2023-03-13 11:41:07 +01:00
logger.rs Rust 1.67 2023-02-04 19:30:29 +01:00
peer.rs node: Prevent redundant [re-]connections 2023-03-14 13:42:59 +01:00
simulator.rs node: improve fetch 2023-03-08 11:29:34 +00:00