Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upImplement strategy to detect non seeded torrents #384
Closed
Comments
This comment has been minimized.
This comment has been minimized.
|
+1 |
1 similar comment
This comment has been minimized.
This comment has been minimized.
|
+1 |
This comment has been minimized.
This comment has been minimized.
|
#775 Adds this 'noPeers' event whenever an announce occurs, but the resulting swarm contains no peers. I think this doesn't quite solve the problem of detecting "non seeded torrents" though. We might also look at all of our peers and see if the set of desired pieces is available before emitting a "notSeeded" event. Thoughts? |
This comment has been minimized.
This comment has been minimized.
|
Done in #775 |
This comment has been minimized.
This comment has been minimized.
|
This thread has been automatically locked because it has not had recent activity. To discuss futher, please open a new issue. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
As @feross suggested in gitter, one possible solution is to emmit event 'no-peers' when there are no peers available on a torrent.