英文: How can I configure tshark to parse all BitTorrent messages in the way that Wireshark does? 问题 如...
aria2c的RPC接口中的aria2.addTorrent方法忽略了”dir”选项。
英文: The aria2.addTorrent method in aria2c's RPC interface ignores "dir" option 问题 我正在服...
批处理脚本依赖于 qBitTorrent 的过时 .unwanted 目录
英文: Batch script dependent on qBitTorrent's obsolete .unwanted directory 问题 我有这个脚本,持续监视Downloads...
在主线 DHT 中,我是否在一定时间后移除对等体?
英文: 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找到对等方之后,您会发送握手消息,直...
奇怪的“peers”字段来自种子公告。
英文: Odd "peers" field from torrent announce 问题 作为一个有趣的副项目,我正在尝试用Golang编写一个BitTorrent客户端。我目...
在使用Golang绑定库torrent时,如何转换为“alert”类型。
英文: Casting an "alert" type in libtorrent, using Golang bindings 问题 我正在开发一个使用Golang的个人项目,使...