This commit is contained in:
桥下红药
2026-01-16 01:17:03 +08:00
parent 03ebbcc5e0
commit 7453571ecf
6 changed files with 468 additions and 126 deletions
+2
View File
@@ -29,5 +29,7 @@ pub struct DhtResponse {
pub id: Option<serde_bytes::ByteBuf>,
#[serde(default)]
pub nodes: Option<serde_bytes::ByteBuf>,
#[serde(default)]
pub nodes6: Option<serde_bytes::ByteBuf>,
}