-
Notifications
You must be signed in to change notification settings - Fork 451
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
Only 1 tracker works at a time #8287
Comments
This is working as intended. According to the official BitTorrent protocol specification, BEP0012 in this case, after a working tracker is selected no other trackers are used. The others are considered "backup" trackers and neglected. This behavior is even enforced and tested in our core torrent library. I double-checked the We can try to see if we can "massage" our core torrent library a bit to make it check all trackers anyway. However, I can't guarantee that it will allow us to add this. |
Oh! Okay! I did not know that. Thanks for telling me. If it chooses a backup tracker automatically, in case of a failure of the initially selected one, and then renounces the new tracker automatically without the need of manual intervention, then everything is fine by me. Thanks. |
From my tests, "Not working" trackers are only marked as such if they really do not respond after the timeout. Tribler doesn't seem to be at fault here. HOWEVER, assuming that these trackers are reachable, this could be a bug in our inner To confirm, we would have to manually contact the trackers and see if they are really unreachable or if the |
Scenario Tribler announces to a tracker with zero peers whilst another tracker has hundreds. Would it be better to announce to all trackers and check for and connect to peers? |
Only one tracker works at a time, despite of Tribler having facility to add more than one tracker.
I tried to force recheck them but that facility [force recheck] does not work at all.
tribler 8.0.5.x64
windows 10
The text was updated successfully, but these errors were encountered: