curl-library
Re: upload speed is too slow in windows
Date: Thu, 4 Jan 2018 21:55:55 -0500
On 1/4/2018 8:13 PM, tanjj1990 wrote:
> Sorry, I've upload my tests as attachments.
Please don't top post it makes the conversation hard to follow [1].
I've reviewed the test results and they show the same thing as what you
initially reported, except that the proxy tests w/ PostUpload do not
have a consistent value at 28,27,13,13 and 7 seconds. Probably there was
some congestion at that time, but that doesn't explain the overall
results which seem to be otherwise consistent.
You could try adjusting the socket send buffer size. Normally libcurl
skips adjusting it in Windows Vista and higher [2], but I would like to
see if there's a difference if you increase it. Can you try 16k, 32k,
and 64k? I have attached a patch that sets it to 64k.
[1]: https://curl.haxx.se/mail/etiquette.html#Do_Not_Top_Post
[2]: https://github.com/curl/curl/blob/curl-7_57_0/lib/connect.c#L944-L968
-------------------------------------------------------------------
Unsubscribe: https://cool.haxx.se/list/listinfo/curl-library
Etiquette: https://curl.haxx.se/mail/etiquette.html
- text/plain attachment: force_sndbuf_to_64k.patch