mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-01-09 22:57:59 -05:00
lilith: Clean up and implement periodic hosts purging.
The purging is done by attempting connections and removing the host from the set if lilith is unable to connect and/or perform the handshake.
This commit is contained in:
@@ -14,7 +14,9 @@ darkfi = {path = "../../", features = ["net", "rpc"]}
|
||||
# Async
|
||||
async-std = "1.12.0"
|
||||
async-trait = "0.1.68"
|
||||
ctrlc = { version = "3.4.0", features = ["termination"] }
|
||||
futures = "0.3.28"
|
||||
signal-hook-async-std = "0.2.2"
|
||||
signal-hook = "0.3.15"
|
||||
easy-parallel = "3.3.0"
|
||||
smol = "1.3.0"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user