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

XD seeds only one torrent at a time #61

Open
pkreuzt opened this issue Jun 5, 2018 · 5 comments
Open

XD seeds only one torrent at a time #61

pkreuzt opened this issue Jun 5, 2018 · 5 comments

Comments

@pkreuzt
Copy link

pkreuzt commented Jun 5, 2018

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.

@pkreuzt
Copy link
Author

pkreuzt commented Jun 5, 2018

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".

@majestrate
Copy link
Owner

majestrate commented Jun 5, 2018 via email

@majestrate
Copy link
Owner

oh right, the webui shows only the first swarm and not an aggregate.

@pkreuzt
Copy link
Author

pkreuzt commented Jun 5, 2018

[storage]
rootdir=storage
metadata=storage/metadata
downloads=storage/downloads
completed=storage/seeding
workers=10
iop_buffer_size=0

[rpc]
bind=blah.blah.blah.blah:1488
host=blah.blah.blah.blah
enabled=1

[log]
level=info
pprof=0

[bittorrent]
pex=1
dht=0
swarms=5
tracker-config=trackers.ini
max-torrents=5

[gnutella]
enabled=0

[i2p]
address=127.0.0.1:7656

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.

@majestrate
Copy link
Owner

max-torrents=5

this is probably going to cause problems, the way it's implemented now is rather naive.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants