-
-
Notifications
You must be signed in to change notification settings - Fork 140
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
[LT 2.0] Add AnnounceEndpoint:swig
and peer_info::get_pieces
methods
#297
Comments
why... :( I know I know...lacks of update. Is there something I can do for you keep using |
@aldenml
|
@proninyaroslav I understand and I'm also grateful for you picking |
On version 1.2 I don't have any problems. Maybe the problem is not bugs, but updates. |
please send 2 separate PRs, each on a separate feature branch so I can easily test. Also notice we are now on the libtorrent 2, if this is for 1.2 make sure to create the branch off of the 1.2 branch (which we more likely not be maintaining, volunteers for that branch welcome) |
AnnounceEndpoint:swig
and peer_info::get_pieces
methodsAnnounceEndpoint:swig
and peer_info::get_pieces
methods
I'm currently migrating my app to jlibtorrent and have encountered a couple of methods that are missing from jlibtorrent:
AnnounceEndpoint:swig
peer_info::get_pieces
I'm using
announce_endpoint
to getgetLast_error
andget_pieces
is used to calculate torrent availability and relevance value.I'll try to figure out swig and maybe I'll be able to add these methods and make a PR.
The text was updated successfully, but these errors were encountered: