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

v6.5.0-rc6: Download bandwidth limit is not observed #1700

Closed
vi opened this issue Oct 29, 2015 · 10 comments
Closed

v6.5.0-rc6: Download bandwidth limit is not observed #1700

vi opened this issue Oct 29, 2015 · 10 comments
Assignees
Milestone

Comments

@vi
Copy link
Contributor

vi commented Oct 29, 2015

Configured for 200 KiB/sec down, 100 KiB/sec up, but actually downloading 1.3 MiB/s (and counting).

Anonymity is turned on both ways.

@whirm
Copy link

whirm commented Oct 29, 2015

@rjruigrok is bandwidth throttling implemented on the tunnel community?

@whirm
Copy link

whirm commented Oct 29, 2015

Actually it's libtorrent who should be controlling this even with anon downloads...

@whirm
Copy link

whirm commented Oct 29, 2015

I'll have a look, thanks for the report!

@whirm whirm added this to the V6.5 milestone Oct 29, 2015
@vi
Copy link
Contributor Author

vi commented Oct 29, 2015

I don't remember observing such behaviour in v6.4.3

@whirm
Copy link

whirm commented Oct 29, 2015

Well, the tunnel community got mostly rewritten after 6.4.3 so it makes sense.

@vi
Copy link
Contributor Author

vi commented Oct 29, 2015

@whirm
Copy link

whirm commented Oct 30, 2015

Because it was an experimental feature I guess. @synctext?

@vi
Copy link
Contributor Author

vi commented Oct 31, 2015

Note that I have discovered previously absent context menu item "Bandwidth allocation" for a download, suggesting that it is possible to set bandwidth per-download.

That's nice feature, but I think the global limit should still be applied together with per-download limit.

@rjruigrok
Copy link

@emilon as far as I know, no bandwidth throttling is available in the
tunnel community. The limits for libtorrent will continue to work when
downloading/uploading files. But all the bandwidth related to relaying and
exiting somelne else's data is not limited.

The tunnel community has some functions that monitor the relayed / exited
data, they are used for bartercast and signing certificates for donating
bandwidth where @snorberhuis is working on. But limiting bandwidth is
something that stilll must be done. I would prefer a solution in the socks
wrapper, as it is the lowest level.

Op zaterdag 31 oktober 2015 heeft Vitaly Shukela [email protected]
het volgende geschreven:

Note that I have discovered previously absent context menu item "Bandwidth
allocation" for a download, suggesting that it is possible to set bandwidth
per-download.

That's nice feature, but I think the global limit should still be applied
together with per-download limit.


Reply to this email directly or view it on GitHub
#1700 (comment).

@whirm
Copy link

whirm commented Nov 9, 2015

@rjruigrok is the socks wrapper used for forwarded traffic?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

3 participants