3

Now that any document does not describe this error message, I am here to post this thread.
I'm currently implementing Bittorrent client from scratch in C. I have a problem with communicating with tracker server. it sends me the message ' ackeConnection ID missmatch.'. I have sent the following message as request message for a list of peers.

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

But it gives me as response message.

????ackeConnection ID missmatch.?

What does this response message mean?

4

1 回答 1

1

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

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

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

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

Torrent 相关:UDP 协议上的跟踪器响应(更新 #3 - 工作)

于 2013-11-03T13:25:00.993 回答