-
Notifications
You must be signed in to change notification settings - Fork 452
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
WIP: ON HOLD: Allchannel 2.0 #3489
Conversation
5ab0ac5
to
1f2bb5f
Compare
f7f449f
to
c82e63b
Compare
81e7f8b
to
8c7fbfb
Compare
As #3923 is nearing completion, I think this can be closed now. |
from libtorrent import add_files, bdecode, bencode, create_torrent, file_storage, set_piece_hashes | ||
|
||
|
||
PIECE_SIZE = 16*1024*1024 # 16 MB: Holds 762600 magnetlinks without metadata |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unclear to me what this does. Is this re-doing TFTP somewhat?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This most likely refers to the torrent piece size, which seems to be fixed to 16MB for this implementation.
Scalable magnet link based channels prototype.
TODO:
LaunchManyCore