radicle-heartwood-lfs/crates/radicle-protocol
Fintan Halpenny 73f9a35033 protocol: reuse session address for reconnect
When maintaining persistent connections, the config was consulted for
a peer address. Multiple addresses for a single `NodeId` can be
listed. This can result in a different address being used for
reconnecting if the `HashSet` returns in a different order.

The original address that was used for connection is in the `Session`,
so this should be used instead.
2026-01-26 18:55:35 +01:00
..
src protocol: reuse session address for reconnect 2026-01-26 18:55:35 +01:00
Cargo.toml core: Introduce RepoId 2026-01-09 14:03:27 +01:00