-
-
Notifications
You must be signed in to change notification settings - Fork 94
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
feature request: BitTorrent v2 support #177
Comments
Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward? |
this feature would be great |
I'm working on a browser-targeted ESM package that supports creating v1, v2 or hybrid torrents, as well as bencoding and bdecoding functions. It's not production-ready for now but I'd be glad if this package will serve anyone's needs: https://github.com/Sec-ant/torrefy |
unfortunate that you opted to use web streams, as they are slower than node streams which are already VERY slow, personally I've already migrated all of create-torrent to use async iterators as they work on any platform and are quite a bit faster, platform independence being the big one. It's also really easy to convert iterators to/from node/web streams, I recommend you do the same ^^ |
@ThaUnknown Thank you for the suggestion, it appears I missed the lesson 😄. I'll start looking into refactoring it. |
Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward? |
https://blog.libtorrent.org/2020/09/bittorrent-v2/
The text was updated successfully, but these errors were encountered: