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

Upload speed limit for P2P #117

Open
vernon91 opened this issue Feb 27, 2023 · 2 comments
Open

Upload speed limit for P2P #117

vernon91 opened this issue Feb 27, 2023 · 2 comments
Labels
enhancement New feature or request mod updater

Comments

@vernon91
Copy link

Hi, I would like to know if its possible to have a setting for upload speed limit for P2P , just like torrent client

I have 100mbps fibre but its taking up all my upload bandwidth, so it will be nice if you can set eg: 30mbps

@ManlyMarco
Copy link
Collaborator

I'm not sure how to handle this, honestly. If I had to add a throttle setting I'd probably have it throttle both upload and download at the same time to avoid people leeching. If uploading data is an issue you can always turn off p2p and use normal servers, they should be quite a bit less hammered now.

@ManlyMarco
Copy link
Collaborator

Limits can be set with Engine.UpdateSettingsAsync. Biggest holdup is that interface would have to be updated to support this, and ModUpdateProgressDialog is densely packed so it would require more significant changes.

@ManlyMarco ManlyMarco added the enhancement New feature or request label Apr 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request mod updater
Projects
None yet
Development

No branches or pull requests

2 participants