Martijn de Vos
Martijn de Vos
Findings so far: - *Getting accurate health information from an info hash only is hard.* - Our current way to get torrent health data, based on the information in the...
Update: I managed to get the peers from the DHT. Now we should find a way to classify them as seeder or leecher.
@qstokkink thanks for the links!
I performed 1300 BEP33 lookups with the modified libtorrent code (see #4321 for details). Some results: **Message sent and received**  Here we plot the statistics on messages being sent...
With #4434 and https://github.com/Tribler/gumby/pull/409, I consider the second iteration of the `PopularityCommunity` done. The algorithm is relatively simple: the overlay performs a random walk through the network. Every five seconds,...
I consider this issue appropriately addressed for the 7.3 release. As said before, we should observe how it works in the wild. Therefore I move this issue to 7.4 so...
Since this issue is more leaning towards a full research project, I'm unassigning myself. My recommendations for the next steps: - Further testing and better integration of BEP33 across all...
I made some improvements to the documentation in #4521.
Note that we only want this on a clean exit, and not when Tribler has crashed. Therefore, the GUI should notify the core somehow whether it should remove the log...
@lsk-china thank you for your report. Does adding the `--disable-werror` flag to the compilation command fix the issue?