Martijn de Vos

Results 241 comments of Martijn de Vos
trafficstars

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.

I performed 1300 BEP33 lookups with the modified libtorrent code (see #4321 for details). Some results: **Message sent and received** ![message](https://user-images.githubusercontent.com/1707075/54531824-83f7a100-4986-11e9-9259-987336f2e31e.png) 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?