Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What does a WebTorrent tracking server exactly do? #698

Closed
Wasser-Eis opened this issue Mar 27, 2016 · 5 comments
Closed

What does a WebTorrent tracking server exactly do? #698

Wasser-Eis opened this issue Mar 27, 2016 · 5 comments
Labels

Comments

@Wasser-Eis
Copy link

@Wasser-Eis Wasser-Eis commented Mar 27, 2016

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?

@DiegoRBaquero

This comment has been minimized.

Copy link
Member

@DiegoRBaquero DiegoRBaquero commented Mar 27, 2016

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.

@feross

This comment has been minimized.

Copy link
Member

@feross feross commented Apr 5, 2016

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:

  • The tracker does NOT act as a proxy or middle-man between the peers.
  • The tracker does NOT relay data between peers.
  • The tracker CANNOT see what pieces of the torrent each peer has.
  • The tracker CANNOT see the .torrent file (or any metadata contained within the .torrent file, like the list of file names).
@feross feross added the question label Apr 5, 2016
@j3rrey

This comment has been minimized.

Copy link

@j3rrey j3rrey commented Apr 7, 2016

What about webrtc leaks ?! https://ipleak.net/

@feross

This comment has been minimized.

Copy link
Member

@feross feross commented Apr 23, 2016

@jeremy-bruns How is that related to this issue?

@lock

This comment has been minimized.

Copy link

@lock lock bot commented May 4, 2018

This thread has been automatically locked because it has not had recent activity. To discuss futher, please open a new issue.

@lock lock bot locked as resolved and limited conversation to collaborators May 4, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
4 participants
You can’t perform that action at this time.