Playing with DHT over UDP

This commit is contained in:
Igor Katson 2021-07-10 23:56:42 +01:00
parent 1f6f9988f5
commit f6656841c0
5 changed files with 173 additions and 15 deletions

4
Cargo.lock generated
View file

@ -278,6 +278,10 @@ dependencies = [
"bencode",
"hex 0.4.3",
"kad",
"librqbit_core",
"log",
"parking_lot",
"pretty_env_logger",
"serde",
"tokio",
]