You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
libtorrent version (or branch): libtorrent4j, libtorrent 2.0master from Oct 8, 2023
platform/architecture: Android arm64
I use libtorrent4j wrapper for Java in my Android app, which uses libtorrent 2.0master branch for building. Over the last year, users have started complaining that torrent downloads are abruptly interrupted. This doesn't happen to everyone. In the log that was sent to me, I found that all incoming peers were banned for some reason:
To understand the reason I decided to roll back the libtorrent4j version (current 2.1.0-31 from Oct 8, 2023). I found that the problem started with version 2.1.0-27 from Jan 14, 2023. However, version 2.0.6-26 from Jun 6, 2022 doesn't have this problem, there are no mass bans of peers. libtorren4j uses the master branch of libtorren, so all release dates are relevant for the master branch of the same date.
I also attach full versions of the logs, the one where there is a problem and the one where there is no problem:
Please provide the following information
libtorrent version (or branch): libtorrent4j,
libtorrent 2.0
master
from Oct 8, 2023platform/architecture: Android arm64
I use
libtorrent4j
wrapper for Java in my Android app, which useslibtorrent 2.0
master
branch for building. Over the last year, users have started complaining that torrent downloads are abruptly interrupted. This doesn't happen to everyone. In the log that was sent to me, I found that all incoming peers were banned for some reason:Log
and only in 3 cases out of 71 it was indicated that the peer was banned because of too many corrupted piece:
Log
To understand the reason I decided to roll back the libtorrent4j version (current
2.1.0-31
from Oct 8, 2023). I found that the problem started with version2.1.0-27
from Jan 14, 2023. However, version2.0.6-26
from Jun 6, 2022 doesn't have this problem, there are no mass bans of peers.libtorren4j
uses themaster
branch oflibtorren
, so all release dates are relevant for themaster
branch of the same date.I also attach full versions of the logs, the one where there is a problem and the one where there is no problem:
problem_version_log.txt
prev_version_log.txt
The text was updated successfully, but these errors were encountered: