Unverified 提交 d22f57d7 作者: jihao 提交者: GitHub

Update Kad.md

上级 0c511ba9
...@@ -23,3 +23,17 @@ IPFS DHT的数æ®å­˜å‚¨æ˜¯æ ¹æ®æ•°æ®çš„大å°è¿›è¡Œçš„:??? ç™½çš®ä¹¦å®£ç§°ï¼ ...@@ -23,3 +23,17 @@ IPFS DHT的数æ®å­˜å‚¨æ˜¯æ ¹æ®æ•°æ®çš„大å°è¿›è¡Œçš„:??? 白皮书宣称ï¼
小于1KB的数据直接存储到DHT上面 小于1KB的数据直接存储到DHT上面
大于1KB的数据在DHT中存储的是节点ID 大于1KB的数据在DHT中存储的是节点ID
``` ```
```
3.3 Routing
IPFS nodes require a routing system that can find (a)
other peers’ network addresses and (b) peers who can serve
particular objects. IPFS achieves this using a DSHT based
on S/Kademlia and Coral, using the properties discussed in
2.1. The size of objects and use patterns of IPFS are similar
to Coral [5] and Mainline [16], so the IPFS DHT makes a
distinction for values stored based on their size. Small values
(equal to or less than 1KB) are stored directly on the DHT.
For values larger, the DHT stores references, which are the
NodeIds of peers who can serve the block.
```
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论