radicle-heartwood-lfs/radicle-node
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
..
src node: Prevent redundant [re-]connections 2023-03-14 13:42:59 +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