-
Notifications
You must be signed in to change notification settings - Fork 25
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
XD seeds only one torrent at a time #61
Comments
Let me correct: the issue affects webui, which shows only one torrent transferring. RPC shows more than one, but always at 820B/s, 1.60KB/s, 3.20KB/s and so on. Transfer rate is "too regular". |
Can you provide what configuration options you used in the ini file?
Thanks.
…On Tue, Jun 05, 2018 at 12:11:58AM -0700, pkreuzt wrote:
Let me correct: the issue affects webui, which shows only one torrent transferring. RPC shows more than one, but always at 820B/s, 1.60KB/s, 3.20KB/s and so on. Transfer rate is "too regular".
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
#61 (comment)
|
oh right, the webui shows only the first swarm and not an aggregate. |
[storage] [rpc] [log] [bittorrent] [gnutella] [i2p] Also, probably it would be a good idea to show an indicator of total transferred amount, like present in I2PSnark. Useful to track ratio when seeding. |
this is probably going to cause problems, the way it's implemented now is rather naive. |
0.2.2
OS: linux
Architecture: armv7
Despite having configured multiple swarms, XD only seeds same torrent until restart, when another one seems "chosen" and switches to seed that one. Seed speed also decreases over time to zero. Peer connection seems correct, having multiple peers per torrent. Not sure if this is a reporting (both webui and RPC) or a real seeding problem, since traffic over I2PD keeps flowing.
The text was updated successfully, but these errors were encountered: