radicle-heartwood-lfs/radicle-node
cloudhead 0bcec941ee
node: Change behavior on conflicting connections
Instead of dropping the existing connection(s), we drop the same
connection on both sides, by using a simple rule that yields the same
result whether the node sees the connection as inbound or outbound.

The trick is to use something that both nodes agree on, for instance
whos public key is greater than the other, and use that information
to close the same connection on both sides.
2024-03-25 12:48:27 +01:00
..
src node: Change behavior on conflicting connections 2024-03-25 12:48:27 +01:00
Cargo.toml node: Update `netservices` to 0.8.0 2024-03-21 12:40:58 +01:00
Dockerfile docker: Make Dockerfile easier to read 2023-08-03 13:43:20 +02:00