I was wondering if I could increase the speed of my DSL. My ISP is Verizon DSL and it's 768kbps down/128kbps up. Any help would be appreciated.
TCP options string = 020405b401010402
MTU = 1500
MTU is fully optimized for broadband.
MSS = 1460
Maximum useful data in each packet = 1460, which equals MSS.
Default Receive Window (RWIN) = 17520
RWIN Scaling (RFC1323) = 0 bits
Unscaled Receive Window = 17520
RWIN is a multiple of MSS
Other values for RWIN that might work well with your current MTU/MSS:
513920 (MSS x 44 * scale factor of 8)
256960 (MSS x 44 * scale factor of 4)
128480 (MSS x 44 * scale factor of 2)
64240 (MSS x 44)
bandwidth * delay product:
Your RcvWindow limits you to: 700.8 kbps (87.6 KBytes/s) @ 200ms
Your RcvWindow limits you to: 280.32 kbps (35.04 KBytes/s) @ 500ms
Consider increasing your RWIN value to optimize TCP/IP for broadband.
I just did what you told me to do and before I did a reboot with the changes I did a Speakeasy test that was in Philadelphia and I got 512 before changes and now 682 after the changes. Is that good. Oh and I only did the test once and not repeatedly.
Update: I just took 10 Speakeasy test at the Atlanta location and I got an average of 705.4kbps. Keep in mind that it's kbps not KBps. And I used the 46720 RWIN for all of the tests even the ones in Philadelphia.
Bookmarks