when we create a new torrent file and use any of the public bittorrent tracker available, how tracker will come to know that the torrent is been used its tracker url?
|
feedback
|
closed as off topic by Mark, tvanfosson, CodeInChaos, martin clayton, ChrisF Dec 24 '11 at 15:08
Questions on Stack Overflow are expected to generally relate to programming or software development in some way, within the scope defined in the faq.
|
The tracker doesn't need to care. Each torrent has a unique ID (its info hash), and this ID is transmitted by the client when it contacts the tracker. Then the tracker returns other clients which reported the same info hash. Thus the tracker doesn't need to know about the content of the torrent file or any other meta data. It just needs to tell clients about other clients with the same info_hash.
Example request from http://wiki.theory.org/BitTorrent_Tracker_Protocol | |||
feedback
|