-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
How to increase upload speed #1709
Comments
I'm very interested in this ticket progress, too. I did already collect some settings which could be interesting for tuning. #1432 By the way, 20MiBits/sec is a little bit less, even for default settings. Did you check that your client applications could request fast enoght (I mean enoght free download bandwith)? You should host clients on your own network to check the seeding capabilities of your application, then you could get much more predictable test results. |
the problem with that is that the round-trip times to local clients will be a lot shorter than external ones, so you may effectively just circumvent having send buffers configured too small |
@changmu
@arvidn some questions about cache_size Do you now something about how the clients use the piece suggestions? Because suggest_read_cache would degrade the torrent network health. I would hope that the clients does ignore the suggestion if the suggested pieces are available on 100% of the peers. Does at least libtorrent ignore a suggestion if it is already available by all peers to improve the network health? How does volatile_read_cache work on a finished file? Does we read the first request into cache and drop it on the second request? Or does volatile_read_cache only make sence during downloading? |
@Falcosc would you mind posting those questions on the mailing list instead? I think that's a slightly better forum. Maybe you can add some details of why the torrent health would be worse by honoring piece suggestions |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Please provide the following information
libtorrent version (or branch): v1.1.1
platform/architecture: linux x86_64
compiler and compiler version: g++ 4.85
please describe what symptom you see, what you would expect to see instead and
how to reproduce it.
I have a linux server which upload bandwidth is 200MiBit, I wrote a c++ program based on libtorrent v1.1.1, after added several hot torrents to it, its upload speed only around 20MiBits/sec, what can I do to increase the upload speed to around 200MiBits/sec? thank you.
The text was updated successfully, but these errors were encountered: