Added adaptive NS server selection with RTT banding.

This commit is contained in:
Revertron
2026-03-29 18:15:06 +02:00
parent eee73be58e
commit 9624484b29
4 changed files with 114 additions and 34 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ exclude = ["blockchain.db", "alfis.toml"]
getopts = "0.2.24"
log = "0.4.28"
simplelog = "0.12.2"
toml = "0.9.12+spec-1.1.0"
toml = "1.0.7"
sha2 = "0.10.9"
ed25519-dalek = "2.2.0"
x25519-dalek = { version = "2.0.1", features = ["reusable_secrets"] }