View Single Post
Old 08-15-2011, 12:54 PM  
bigstar
FlashFXP Developer
 
bigstar's Avatar
 
Join Date: Oct 2001
Posts: 8,012
Default

Quote:
Originally Posted by msg7086 View Post
[shame] how could i miss that.

it can reach up to 4MB/s under 240ms latancy network after i set the buffer size to the maxium value (1024KB per 240ms). but it still need to run the command below to enable the tcp window tuning every some minutes or it will go back to xxKB/s again
Code:
netsh interface tcp set global autotuninglevel=disabled
netsh interface tcp set global autotuninglevel=normal
that should be a bug in the os.

anyway thank you for your reply
Did you try values in between default and the max value?

Can you please type netsh interface tcp dump global and show me the result.

The only thing I can think of off hand would be to try
netsh interface tcp set global autotuninglevel=highlyrestricted

If you can think of a public ftp server with high latency I would be more than happy to dig deeper into this issue, perhaps there's more that can be done client side.
bigstar is offline   Reply With Quote