feat: improve metadata peer discovery

This commit is contained in:
桥下红药
2026-07-25 01:53:04 +08:00
parent 7c79bff593
commit fdf474f781
12 changed files with 1446 additions and 117 deletions
+3
View File
@@ -48,4 +48,7 @@ pub struct DhtResponse {
#[serde(default)]
/// Compact IPv6 node tuples.
pub nodes6: Option<serde_bytes::ByteBuf>,
#[serde(default)]
/// Compact Peer endpoints returned by `get_peers`.
pub values: Option<Vec<serde_bytes::ByteBuf>>,
}