【发布时间】:2012-05-06 15:00:12
【问题描述】:
我使用了 utorrent 2.04(build 22450),我对生成的 HTTP GET 查询 utorrent 中的 key 部分感到好奇。我已经阅读了 bitorrent 协议的规范,但仍然找不到“key”部分的含义bitorrent 获取查询。解析查询后,是这样的:
{
info_hash:'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx'
peer_id: '-UT2210-*b�A�\u000b7�\u001d\u0004�I',
port: '18584',
uploaded: '0',
downloaded: '0',
left: '0',
corrupt: '0',
key: '79E7F5D0',
event: 'started',
numwant: '200',
compact: '1',
no_peer_id: '1',
ipv6: '2004:150:20xx:xxxx:xxxx:xxxx:xxxx' }
其他条目的含义很明显,但我完全不知道key部分的含义。有人可以解释key 部分的用途吗?谢谢~
【问题讨论】:
标签: protocols bittorrent utorrent