BT : What does the response message "????ackeConnection ID missmatch." from tracker server mean?

标签 bittorrent

现在任何文档都没有描述此错误消息,我在这里发布此帖子。
我目前正在从头开始实现 Bittorrent 客户端 C. 我与跟踪服务器通信时遇到问题。它 向我发送消息“ackeConnection ID 不匹配。”。我已经发送了 以下消息作为对等点列表的请求消息。

GET udp://tracker.openbittorrent.com:80/announce?info_hash=%f7%e5%fe%a5%ed%94%3a%d5%a2%fc%7d%20%a1%bc%b5e%b6%e3%c1%25&peer_id=M7-3-5--%eck%a8%2a%7f%e6%3ah%84%f2%9d%c5&port=6881&uploaded=0&downloaded=0&left=1007089122&event=started&compact=1&numwant=50

但它给了我作为回复消息。

????ackeConnection ID missmatch.?

此响应消息是什么意思?

最佳答案

我认为这是由于您尝试向 UDP 跟踪器发送 GET 请求而引起的。

查看这些链接以获取更多信息

http://bittorrent.org/beps/bep_0015.html

http://www.rasterbar.com/products/libtorrent/udp_tracker_protocol.html

Torrent related: tracker response on UDP protocol (Update #3 - working)

关于BT : What does the response message "????ackeConnection ID missmatch." from tracker server mean?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19591582/

相关文章:

java - 为 torrent 计算的 info_hash 不正确

protocols - Bittorrent:IP 地址在哪里出现?

Java UDP torrent tracker 抓取请求?

php - PHP 中的简单洪流系统?

java - 使用 Java 从 torrent 中提取元数据

Java BitTorrent 库

c - 如何连接到 c 中的 bit torrent tracker

get - Bittorrent 跟踪器请求