A bunch of initial changes to DHT

This commit is contained in:
Igor Katson 2023-11-27 18:53:20 +00:00
parent 7d46318e98
commit ab5ae527aa
No known key found for this signature in database
GPG key ID: B4EC22B66D61A3F5
3 changed files with 103 additions and 23 deletions

View file

@ -309,7 +309,7 @@ pub struct GetPeersRequest {
#[derive(Debug, Serialize, Deserialize)]
pub struct PingRequest {
id: Id20,
pub id: Id20,
}
#[derive(Debug, Serialize, Deserialize)]