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

User agent still set to experimental #8133

Closed
qstokkink opened this issue Sep 5, 2024 · 1 comment · Fixed by #8135
Closed

User agent still set to experimental #8133

qstokkink opened this issue Sep 5, 2024 · 1 comment · Fixed by #8135
Assignees
Milestone

Comments

@qstokkink
Copy link
Contributor

This is leftover from the experimental branch:

settings["user_agent"] = "Tribler/Experimental"
enable_utp = self.config.get("libtorrent/utp")
settings["enable_outgoing_utp"] = enable_utp
settings["enable_incoming_utp"] = enable_utp
settings["prefer_rc4"] = True
settings["listen_interfaces"] = f"0.0.0.0:{libtorrent_port or 6881}"
settings["handshake_client_version"] = "Tribler/Experimental"

@qstokkink qstokkink added this to the 8.0.0 milestone Sep 5, 2024
@qstokkink
Copy link
Contributor Author

Setting settings['user_agent'] = 'Tribler/' + version_id and omitting handshake_client_version seems like a good resolution.

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.

1 participant