You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Goal: Libtorrent has "share mode", we require similar functionality within Libswift.
Desired outcome: test in Jenkins to test this with a Leaseweb box
TEST: setup 1 swarm having 1 seeder and 10 leechers in Libswift.
Start downloads and record average download progress. Repeat test with both 5 and 20 additional helpers. (Similar to Mihai Libtorrent tests).
Partialseeding is required for the investment functions #23, incentive-compatible anonymity #119. It should be compatible with the 1TByte seeding target #21.
ToDo: add pointer to Libtorrent solution of helper mode and source code.
The text was updated successfully, but these errors were encountered:
If you just want a unit-test, we can simply connect these 11 peers with eachother on a single machine. Currently we have a running unit-test which connects 1 seeder and 1 leecher. Extending this with 9 more leechers should be easy.
Goal: Libtorrent has "share mode", we require similar functionality within Libswift.
Desired outcome: test in Jenkins to test this with a Leaseweb box
TEST: setup 1 swarm having 1 seeder and 10 leechers in Libswift.
Start downloads and record average download progress. Repeat test with both 5 and 20 additional helpers. (Similar to Mihai Libtorrent tests).
Partialseeding is required for the investment functions #23, incentive-compatible anonymity #119. It should be compatible with the 1TByte seeding target #21.
ToDo: add pointer to Libtorrent solution of helper mode and source code.
The text was updated successfully, but these errors were encountered: