Replaced DHT with custom one! Lets see if it works

This commit is contained in:
Igor Katson 2021-07-12 19:55:23 +01:00
parent 5c41796485
commit 2eabebb5c3
14 changed files with 192 additions and 350 deletions

View file

@ -6,13 +6,12 @@ use std::{
use bencode::ByteBuf;
use clone_to_owned::CloneToOwned;
use librqbit_core::id20::Id20;
use serde::{
de::{IgnoredAny, Unexpected},
Deserialize, Deserializer, Serialize,
};
use crate::id20::Id20;
#[derive(Debug)]
enum MessageType {
Request,