Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upWhat does a WebTorrent tracking server exactly do? #698
Comments
This comment has been minimized.
This comment has been minimized.
|
A WebTorrent tracking (Websocket one) allows browser clients to connect between them using WebRTC. It's the only way they can "find" themselves. DHT is not implementable (for now) in the browser. |
This comment has been minimized.
This comment has been minimized.
|
The tracker just helps peers to find each other. The peer sends a message to the tracker to register its interest in a torrent. The tracker responds with a list of other peers who have previously expressed interest. Then the peer connects directly to each of the peers it received from the tracker. Things the tracker does NOT do:
|
This comment has been minimized.
This comment has been minimized.
|
What about webrtc leaks ?! https://ipleak.net/ |
This comment has been minimized.
This comment has been minimized.
|
@jeremy-bruns How is that related to this issue? |
This comment has been minimized.
This comment has been minimized.
|
This thread has been automatically locked because it has not had recent activity. To discuss futher, please open a new issue. |
What does a WebTorrent tracking server do exactly?
Edit:
Does a WebTorrent tracking server keeps track of which peer has which fragment of a file?
How to peers within a bittorrent-swarm behave?