Skip to content
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

[main] TriblerTunnelCommunity max_peers set to 30 #6284

Closed
qstokkink opened this issue Aug 24, 2021 · 0 comments · Fixed by #6315
Closed

[main] TriblerTunnelCommunity max_peers set to 30 #6284

qstokkink opened this issue Aug 24, 2021 · 0 comments · Fixed by #6315
Assignees

Comments

@qstokkink
Copy link
Contributor

ipv8.strategies.append((RandomWalk(community), 30))

This makes the target_peers equal to the max_peers for this community. This causes a deformed network topology and makes it harder for peers to connect to others. This should be set to the default value of 20 (like before https://github.com/Tribler/tribler/blob/release/7.10/src/tribler-core/tribler_core/modules/ipv8_module_catalog.py#L155).

For more information: Tribler/py-ipv8#979 (comment)

drew2a added a commit to drew2a/tribler that referenced this issue Sep 16, 2021
@drew2a drew2a mentioned this issue Sep 16, 2021
@drew2a drew2a self-assigned this Sep 16, 2021
drew2a added a commit that referenced this issue Sep 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging a pull request may close this issue.

2 participants