View Single Post
Old 08-17-2011, 09:53 AM  
msg7086
Member
 
Join Date: Jul 2011
Location: Lincoln Park, NJ
Posts: 73
Default

Quote:
Originally Posted by bigstar View Post
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.
sorry to reply late.

Code:
# ----------------------------------
# TCP Configuration
# ----------------------------------
pushd interface tcp
reset
set global rss=enabled chimney=automatic autotuninglevel=normal congestionprovider=ctcp ecncapability=disabled timestamps=enabled netdma=disabled dca=disabled
popd
# End of TCP configuration
for different values on tcp buffer size i will wait for the cross-pacific fiber freed before futher tests. under heavy time period no matter how i tune the parameters the speed doesn't go up.

if you are in the u.s i can provide you a server in china, which should produce enough latancy to test.

regards
msg7086 is offline   Reply With Quote