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 extensions are important/mandatory for a modern bittorrent client? #22

Closed
feross opened this issue Feb 2, 2014 · 6 comments
Closed
Labels

Comments

@feross
Copy link
Member

feross commented Feb 2, 2014

The bittorrent extension protocol (BEP10) allows clients to innovate and come up with their own extensions to the protocol. A few extensions, like torrent metadata (BEP9), DHT (BEP5), and the PORT message are widely supported. WebTorrent already has basic support for these.

However, there are probably other extensions that are de facto mandatory in modern clients. Once nearly all clients support a feature, I'd guess that clients without the feature are at risk of being ignored, or at a speed disadvantage. Which extensions fit this description?

If you're familiar with bittorrent, please feel free to chime in. I'd love more help from people who know about bittorrent!

@feross
Copy link
Member Author

feross commented Feb 6, 2014

Looking at what other clients support, I think we should support:

  • encryption
  • peer exchange protocol (PEX)
  • µTP
  • UPnP and NAT-PMP port forwarding
  • webseed support

@gauravsaini
Copy link

By encryption you mean the data encryption , if yes then it will be great.

I think anonymising the user is heavily required looking at how the snooping is being done everywhere.
I'm really looking forward to an elegant way of hiding the user identity , which I think nobody has provided in the torrent client till now .

@feross
Copy link
Member Author

feross commented Feb 8, 2014

Yes, I'm referring to BitTorrent protocol encryption. Anonymizing the user is another issue completely, and much harder.

@gauravsaini
Copy link

And then I thought people at Stanford can do anything..Must be harder..;)

@cagedwisdom
Copy link

Mutable torrent support would be really good. Here's a BEP39, although I'd prefer an implementation that let torrent clients push a new torrent file iff it's an updated version.

@transitive-bullshit
Copy link
Member

I added individual issues tracking each of these extensions.

Note that I couldn't find any substantive background info on bittorrent UPnP, so I left that one off for now. @feross I think this issue should be closed as answered and further progress should be tracked in these sub issues.

@feross feross closed this as completed Jun 2, 2014
@lock lock bot locked as resolved and limited conversation to collaborators May 7, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

4 participants