Can anyone give me a legitimate and quick and to the point answer of why all webpages load about 3/4 of the way then it pretty much just stops, then about 10 seconds later it completes the load. Now why is that?
TCP options string = 020405b40103030101010402
MTU = 1500
MTU is fully optimized for broadband.
MSS = 1460
Maximum useful data in each packet = 1460, which equals MSS.
Default Receive Window (RWIN) = 105120
RWIN Scaling (RFC1323) = 1 bits
Unscaled Receive Window = 52560
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: 4204.8 kbps (525.6 KBytes/s) @ 200ms
Your RcvWindow limits you to: 1681.92 kbps (210.24 KBytes/s) @ 500ms
MTU Discovery (RFC1191) = ON
Time to live left = 49 hops
TTL value is ok.
Timestamps (RFC1323) = OFF
Selective Acknowledgements (RFC2018) = ON
IP type of service field (RFC1349)= 00000000
3/4 of web page loads then it stutters
-
goldeneye_bill
- Regular Member
- Posts: 218
- Joined: Tue Apr 09, 2002 11:02 pm
- Location: Jacksonville
3/4 of web page loads then it stutters
"Impersonators are people who have no personality themselves"
-
goldeneye_bill
- Regular Member
- Posts: 218
- Joined: Tue Apr 09, 2002 11:02 pm
- Location: Jacksonville
-
goldeneye_bill
- Regular Member
- Posts: 218
- Joined: Tue Apr 09, 2002 11:02 pm
- Location: Jacksonville