anacrolix / torrent

Full-featured BitTorrent client package and utilities
Mozilla Public License 2.0
5.41k stars 617 forks source link

No seeding activity #801

Closed zfLQ2qx2 closed 1 year ago

zfLQ2qx2 commented 1 year ago

I downloaded two test torrents with exatorrent, which is based on this library, and in both cases I see no activity after the initial download is complete. The torrents are not stopped, I'm allowing all incoming TCP and UDP traffic to port 42069, outgoing traffic to any address/port, and I even tried setting globalseedratio to 1 in the engine config. I did see chunks uploading while the torrents were incomplete so I don't think it is a network issue. Is there anything else I should try?

I've opened an issue on the exatorrent repo also, the author wanted me to open an issue here also.

anacrolix commented 1 year ago

@zfLQ2qx2 is it possible that Seed is not true in https://pkg.go.dev/github.com/anacrolix/torrent#ClientConfig?

anacrolix commented 1 year ago

Please reopen if you have more information.