Page 1 of 1

Help me....

Posted: Fri Aug 15, 2014 8:18 am
by Reasure
Im on vodafone nz
windows 7
http://n3.netalyzr.icsi.berkeley.edu/su ... -41ef-b180
« SpeedGuide.net TCP Analyzer Results »
Tested on: 2014.08.15 08:08
IP address: 203.96.xxx.xxx
Client OS/browser: Windows 7 (Chrome 36.0.1985.125)

TCP options string: 020405ac0103030801010402
MSS: 1452
MTU: 1492
TCP Window: 66560 (NOT multiple of MSS)
RWIN Scaling: 8 bits (2^8=256)
Unscaled RWIN : 260
Recommended RWINs: 63888, 127776, 255552, 511104, 1022208
BDP limit (200ms): 2662kbps (333KBytes/s)
BDP limit (500ms): 1065kbps (133KBytes/s)
MTU Discovery: ON
TTL: 116
Timestamps: OFF
SACKs: ON
IP ToS: 00000000 (0)
« SpeedGuide.net Speed Test Results »
1628 kbps down (~1.63 Mbps, 199 KB/s)↓
597 kbps up (~0.6 Mbps, 73 KB/s)↑
2048 KB downloaded in 10.305 seconds
500 KB uploaded in 6.866 seconds
Tested on: 2014.08.15 08:10 EDT
Tested from: layeredtech.com
Test Link: http://www.speedguide.net/speedtest/res ... st=4234201
Latency: 239ms
Provider: dyn.ihug.co.nz
Location: Auckland, NZ

Posted: Fri Aug 15, 2014 2:15 pm
by KEiGHT
Set your MTU on Router 1472 test again those from up there then apply again results here!

Posted: Sat Aug 16, 2014 2:04 am
by Reasure
I think we're already on 1472

Posted: Sun Aug 17, 2014 12:46 am
by KEiGHT
open command prompt elevated (Run As Administrator)

add these:

netsh int ipv4 set subinterface "Local Area Connection" mtu=1472 store=persistent

netsh int ipv4 set subinterface "Wireless Network Connection" mtu=1472 store=persistent

HIT ENTER after each one added !


Another formula you should try is here :

try lowering MTU with 2 bytes until you get >> RWIN is a multiple of MSS

netsh int ipv4 set subinterface "Local Area Connection" mtu=1472 store=persistent

netsh int ipv4 set subinterface "Wireless Network Connection" mtu=1472 store=persistent

ex:

netsh int ipv4 set subinterface "Local Area Connection" mtu=1470 store=persistent
netsh int ipv4 set subinterface "Local Area Connection" mtu=1468 store=persistent
netsh int ipv4 set subinterface "Local Area Connection" mtu=1466 store=persistent

so on , until you see in speedguide analyzer RWIN is a multiple of MSS

look at mine, I am on Orange PPP wireless connection !
http://www.speedguide.net/analyzer.php?DATA_OFFSET=40&TCP_Options_string=020405800103030401010402&IP_MTU_DISCOVER=1&WIN=4136&RWIN=66176&MSS=1408&SCALE=4&TTL=53&TSOPT=0&SACK_PERM=1&IP_TOS=0&IP=109.166.137.10&timestamp=1408251398

I like German order so... I use Restricted mode
You can try to use this too : netsh int tcp set global autotuninglevel=restricted

for best results over internet, you should use Firefox 31
good luck !

Posted: Thu Aug 21, 2014 5:23 am
by Reasure
Thanks KEiGHT!