View Single Post
Old 08-16-2002, 11:05 PM   #3
oglk420
Member (5 bit)
 
Join Date: Aug 2002
Location: IL
Posts: 21
Send a message via Yahoo to oglk420
Alright these ar my TCP analyzer results any suggestions on what i need to change and to what values?

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) = 128480
RWIN Scaling (RFC1323) = 1 bits
Unscaled Receive Window = 64240
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)
64240 (MSS x 44)

bandwidth * delay product:
Your RcvWindow limits you to: 5139.2 kbps (642.4 KBytes/s) @ 200ms
Your RcvWindow limits you to: 2055.68 kbps (256.96 KBytes/s) @ 500ms

MTU Discovery (RFC1191) = ON

Time to live left = 51 hops
TTL value is ok.

Timestamps (RFC1323) = OFF

Selective Acknowledgements (RFC2018) = ON

IP type of service field (RFC1349)= 00000000
oglk420 is offline   Reply With Quote