英文: Do I remove peers after a certain amount of time?(mainline dht) 问题 我刚刚完成了使用基于扁平路由表的主线DHT的实现。我记得在...
在主线DHT中,是否可以从一个端口接收然后通过另一个端口发送?
英文: Is it possible to receive from one port and send through another in mainline dht? 问题 I'm trying ...
在主线 DHT 的 “get_peers” 查询中,令牌值是如何生成的
英文: How is a token value generated in mainline dht's get_peers query 问题 我正在阅读bep 5 并尝试理解令牌值是如何生成...
如何使用Infohash获取种子文件的元数据?
英文: How do I fetch the metadata of a torrent using an Infohash? 问题 我假设在使用该Infohash找到对等方之后,您会发送握手消息,直...
从DHT中删除引导节点
英文: Remove bootstrapped peers from DHT 问题 我在我的项目中使用golang-libp2p,其中我使用Kadmelia DHT进行节点发现。 我可以通过以下方式访...